fix rust install
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user