Skip to content

Commit 4744778

Browse files
committed
fix: ci
1 parent 0c30f11 commit 4744778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt install -y libssl-dev pkg-config unzip &&
2828
wget -O /tmp/cargo-make.zip https://github.com/sagiegurari/cargo-make/releases/download/0.37.15/cargo-make-v0.37.15-x86_64-unknown-linux-gnu.zip &&
2929
sudo unzip /tmp/cargo-make.zip -d /tmp &&
30-
sudo mv /tmp/cargo-make-v0.37.5-x86_64-unknown-linux-gnu/cargo-make $HOME/.cargo/bin/cargo-make &&
30+
sudo mv /tmp/cargo-make-v0.37.15-x86_64-unknown-linux-gnu/cargo-make $HOME/.cargo/bin/cargo-make &&
3131
sudo chmod +x $HOME/.cargo/bin/cargo-make
3232
- name: Build
3333
run: cargo build --all-targets

0 commit comments

Comments
 (0)