fix rust install

This commit is contained in:
Zane Schepke
2023-12-11 23:07:56 -05:00
parent db2005a4a0
commit 92fcb1b929
@@ -2,8 +2,8 @@
# ci_post_clone.sh
#cd /Volumes/workspace/repository/nym-vpn/desktop && \
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y &&
rustup default stable &&
source "$HOME/.cargo/env";
source "$HOME/.cargo/env" &&
rustup default stable;
cargo install cargo-deb;
cargo install --force cargo-make;
cargo install sd;