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:
Philip Heiduck 2022-09-12 00:04:32 +02:00 committed by Daniel Stenberg
parent fd840cdead
commit 2ca0530a4d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 12 additions and 14 deletions

View file

@ -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