mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:47:15 +03:00
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:
parent
e665415a0e
commit
30411d7278
3 changed files with 8 additions and 5 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue