mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
GHA: fix checkout of quictls repository to use correct branch name
Follow-up to c868b0e30f
Closes #12232
This commit is contained in:
parent
92a315b1a9
commit
5a3e277290
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -295,9 +295,9 @@ jobs:
|
||||
- name: 'build quictls'
|
||||
if: contains(matrix.build.install_steps, 'quictls') && steps.cache-quictls.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
git clone --quiet --depth=1 -b ${{ env.quictls-version }} https://github.com/quictls/openssl
|
||||
git clone --quiet --depth=1 -b openssl-${{ env.quictls-version }} https://github.com/quictls/openssl
|
||||
cd openssl
|
||||
./config enable-tls1_3 --prefix=$HOME/quictls
|
||||
./config enable-tls1_3 --prefix=$HOME/quictls --libdir=$HOME/quictls/lib
|
||||
make -j1 install_sw
|
||||
|
||||
- name: cache msh3
|
||||
|
Loading…
Reference in New Issue
Block a user