Skip to content

Commit d6809b6

Browse files
committed
Install various autoconf dependencies
1 parent 3b82a70 commit d6809b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stunnel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ jobs:
9898
key: wolfprov-${{ matrix.wolfssl_ref }}-${{ github.sha }}
9999
fail-on-cache-miss: true
100100

101-
- name: Install stunnel dependencies
101+
- name: Install dependencies
102102
run: |
103103
sudo apt-get update
104-
sudo apt-get install -y libwrap0-dev
104+
sudo apt-get install -y libwrap0-dev autoconf automake libtool pkg-config
105105
106106
- name: Build stunnel
107107
uses: wolfSSL/actions-build-autotools-project@v1

0 commit comments

Comments
 (0)