We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b82a70 commit d6809b6Copy full SHA for d6809b6
.github/workflows/stunnel.yml
@@ -98,10 +98,10 @@ jobs:
98
key: wolfprov-${{ matrix.wolfssl_ref }}-${{ github.sha }}
99
fail-on-cache-miss: true
100
101
- - name: Install stunnel dependencies
+ - name: Install dependencies
102
run: |
103
sudo apt-get update
104
- sudo apt-get install -y libwrap0-dev
+ sudo apt-get install -y libwrap0-dev autoconf automake libtool pkg-config
105
106
- name: Build stunnel
107
uses: wolfSSL/actions-build-autotools-project@v1
0 commit comments