mirror of
https://github.com/curl/curl.git
synced 2026-06-26 09:45:41 +03:00
try 2
This commit is contained in:
parent
7537a82a6f
commit
b8342eb19b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -207,7 +207,7 @@ jobs:
|
|||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 6 --retry-connrefused \
|
||||
--location "https://github.com/awslabs/aws-lc/archive/refs/tags/v${AWSLC_VERSION}.tar.gz" | tar -xz
|
||||
cd "aws-lc-${AWSLC_VERSION}"
|
||||
cmake -B . -G Ninja -DCMAKE_INSTALL_PREFIX=/home/runner/awslc/build -DBUILD_TOOL=OFF -DBUILD_TESTING=OFF
|
||||
cmake -B . -G Ninja -DCMAKE_INSTALL_PREFIX=/home/runner/awslc/build -DBUILD_TOOL=OFF -DBUILD_TESTING=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
cmake --build .
|
||||
cmake --install .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue