mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
parent
36fca647a4
commit
82348603e8
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…
Reference in New Issue
Block a user