Skip to content

Commit c117a28

Browse files
committed
Install various autoconf dependencies for build
1 parent d6809b6 commit c117a28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stunnel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
- name: Install dependencies
102102
run: |
103103
sudo apt-get update
104-
sudo apt-get install -y libwrap0-dev autoconf automake libtool pkg-config
104+
sudo apt-get install -y build-essential autoconf automake \
105+
libtool pkg-config libwrap0-dev autoconf-archive \
106+
autotools-dev m4
105107
106108
- name: Build stunnel
107109
uses: wolfSSL/actions-build-autotools-project@v1

0 commit comments

Comments
 (0)