]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: fix checkout of quictls repository to use correct branch name
authorStefan Eissing <stefan@eissing.org>
Mon, 30 Oct 2023 14:16:49 +0000 (15:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Oct 2023 15:58:45 +0000 (16:58 +0100)
Follow-up to c868b0e30f10cd0ac7

Closes #12232

.github/workflows/linux.yml

index a256b269937cdf813ecaa6148156ec7471e6ed4b..534ebfd3e96d603f92513981a8b60bd89691970b 100644 (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