mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:27:20 +03:00
parent
36fca647a4
commit
82348603e8
1 changed files with 1 additions and 1 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.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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue