mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +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
6
.github/workflows/ngtcp2-wolfssl.yml
vendored
6
.github/workflows/ngtcp2-wolfssl.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
cd wolfssl
|
||||
./autogen.sh
|
||||
./configure ${{ matrix.build.wolfssl-configure }} --prefix=$HOME/all
|
||||
make && make install
|
||||
make install
|
||||
name: 'install wolfssl'
|
||||
|
||||
- run: |
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
cd nghttp3
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all --enable-lib-only
|
||||
make && make install
|
||||
make install
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure PKG_CONFIG_PATH=$HOME/all/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/all/lib" --prefix=$HOME/all --enable-lib-only --with-wolfssl=$HOME/all
|
||||
make && make install
|
||||
make install
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue