summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-02-11 17:30:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-12 12:36:25 +0100
commit82348603e8d134c334acd8becfeb2865d5e139c2 (patch)
tree5e2a9103e13f35dc7abf8890040b195f5d22b089 /.github
parent36fca647a4ba6662d645a15d3d452a44b1781916 (diff)
downloadcurl-82348603e8d134c334acd8becfeb2865d5e139c2.tar.gz
Linux CI: Bump rustls-ffi to v0.9.1
Closes #10476
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 9bf154831..bfa6bba26 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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'