Linux CI: Bump rustls-ffi to v0.9.1

Closes #10476
This commit is contained in:
Philip H 2023-02-11 17:30:26 +01:00 committed by Daniel Stenberg
parent 36fca647a4
commit 82348603e8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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