GHA: fix checkout of quictls repository to use correct branch name

Follow-up to c868b0e30f

Closes #12232
This commit is contained in:
Stefan Eissing 2023-10-30 15:16:49 +01:00 committed by Daniel Stenberg
parent 92a315b1a9
commit 5a3e277290
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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