Linux CI: update some dependecies to latest tag

Closes #10195
This commit is contained in:
Philip H 2023-01-01 23:33:18 +01:00 committed by Daniel Stenberg
parent 5c544b4912
commit 4556665ad1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 8 additions and 8 deletions

View file

@ -139,7 +139,7 @@ jobs:
- if: ${{ contains(matrix.build.install_steps, 'libressl') }}
run: |
git clone --depth=1 -b v3.5.3 https://github.com/libressl-portable/portable.git libressl-git
git clone --depth=1 -b v3.6.1 https://github.com/libressl-portable/portable.git libressl-git
cd libressl-git
./autogen.sh
./configure --prefix=$HOME/libressl
@ -148,7 +148,7 @@ jobs:
- if: ${{ contains(matrix.build.install_steps, 'mbedtls') }}
run: |
git clone --depth=1 -b v3.1.0 https://github.com/ARMmbed/mbedtls
git clone --depth=1 -b v3.3.0 https://github.com/ARMmbed/mbedtls
cd mbedtls
make DESTDIR=$HOME/mbed install
name: 'install mbedtls'
@ -163,7 +163,7 @@ jobs:
- if: ${{ contains(matrix.build.install_steps, 'quictls') }}
run: |
git clone --depth=1 -b OpenSSL_1_1_1j+quic https://github.com/quictls/openssl
git clone --depth=1 -b OpenSSL_1_1_1s+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$HOME/quictls
make install_sw