summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-09 12:31:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-09 12:31:45 +0100
commit9e64b4159af7c42ee469d67f4f169794221f7f15 (patch)
tree3051dfcd55c390abc4c42614ee16938eeaee8250
parentdd5ac45d3c82e9b6959235a7b8b5ef1cf4123ab4 (diff)
downloadcurl-9e64b4159af7c42ee469d67f4f169794221f7f15.tar.gz
fixup the cd
-rw-r--r--.github/workflows/rustls.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rustls.yml b/.github/workflows/rustls.yml
index db9c6bbb7..1ae73c955 100644
--- a/.github/workflows/rustls.yml
+++ b/.github/workflows/rustls.yml
@@ -32,7 +32,7 @@ jobs:
git clone --depth=1 --recursive https://github.com/rustls/rustls-ffi.git -b v0.8.2
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
- cd $HOME/rustls-ffi
+ cd rustls-ffi
make
make DESTDIR=$HOME/rustls install