mirror of
https://github.com/curl/curl.git
synced 2026-07-28 22:53:07 +03:00
Add the remainder of the workflows
This commit is contained in:
parent
73a3602120
commit
4f262ee0e1
5 changed files with 46 additions and 28 deletions
6
.github/workflows/wolfssl.yml
vendored
6
.github/workflows/wolfssl.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue