GHA: update rustls dependency to 0.9.2

This allows re-enabling test 312 for the rustls backend.

Closes #10553
This commit is contained in:
Jacob Hoffman-Andrews 2023-02-17 12:59:44 -08:00 committed by Daniel Stenberg
parent e665415a0e
commit 30411d7278
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 8 additions and 5 deletions

View file

@ -223,7 +223,7 @@ jobs:
- if: ${{ contains(matrix.build.install_steps, 'rustls') }}
run: |
git clone --depth=1 -b v0.9.1 --recursive https://github.com/rustls/rustls-ffi.git
git clone --depth=1 -b v0.9.2 --recursive https://github.com/rustls/rustls-ffi.git
cd rustls-ffi
make DESTDIR=$HOME/rustls install
name: 'install rustls'