mirror of
https://github.com/curl/curl.git
synced 2026-07-27 10:07:15 +03:00
CI: skip make, do make install at once for dependencies
Signed-off-by: Philip Heiduck <pheiduck@Philips-MBP.lan> Closes #9477
This commit is contained in:
parent
fd840cdead
commit
2ca0530a4d
7 changed files with 12 additions and 14 deletions
2
.github/workflows/wolfssl.yml
vendored
2
.github/workflows/wolfssl.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
cd wolfssl-5.0.0-stable
|
||||
./autogen.sh
|
||||
./configure --enable-tls13 ${{ matrix.build.wolfssl-configure }} --enable-harden --prefix=$HOME/wssl
|
||||
make && make install
|
||||
make install
|
||||
name: 'install wolfssl'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue