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 d6809b6 commit c117a28Copy full SHA for c117a28
.github/workflows/stunnel.yml
@@ -101,7 +101,9 @@ jobs:
101
- name: Install dependencies
102
run: |
103
sudo apt-get update
104
- sudo apt-get install -y libwrap0-dev autoconf automake libtool pkg-config
+ sudo apt-get install -y build-essential autoconf automake \
105
+ libtool pkg-config libwrap0-dev autoconf-archive \
106
+ autotools-dev m4
107
108
- name: Build stunnel
109
uses: wolfSSL/actions-build-autotools-project@v1
0 commit comments