mirror of
https://github.com/curl/curl.git
synced 2026-07-28 06:23:06 +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/openssl3.yml
vendored
2
.github/workflows/openssl3.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
git clone --depth=1 https://github.com/openssl/openssl
|
||||
cd openssl
|
||||
./config enable-tls1_3 --prefix=$HOME/openssl3
|
||||
make && make install_sw
|
||||
make install_sw
|
||||
name: 'install openssl3'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue