Add the remainder of the workflows

This commit is contained in:
Max Dymond 2024-05-13 16:15:18 +01:00
parent 73a3602120
commit 4f262ee0e1
5 changed files with 46 additions and 28 deletions

View file

@ -73,8 +73,10 @@ jobs:
sudo python3 -m pip install impacket
name: 'install prereqs and impacket'
- uses: actions/checkout@v4
- run: |
WOLFSSL_VER=5.6.3
source .github/scripts/VERSIONS
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz
tar -xzf v$WOLFSSL_VER-stable.tar.gz
cd wolfssl-$WOLFSSL_VER-stable
@ -83,8 +85,6 @@ jobs:
make install
name: 'install wolfssl'
- uses: actions/checkout@v4
- run: autoreconf -fi
name: 'autoreconf'