Manual rustup install
Test and Build / test-and-build (push) Failing after 8s

This commit is contained in:
Jay
2025-08-22 15:01:46 -04:00
parent 398b5c57a5
commit 497f136702
+5 -2
View File
@@ -33,9 +33,12 @@ jobs:
# Install rust toolchain # Install rust toolchain
- name: Install Rust - name: Install Rust
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -q sudo apt-get-update
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh sudo apt-get install -y curl build-essential ca-certificates gcc libc6-dev pkg-config libssl-dev
sudo apt-get install -y rustup
rustup install stable --no-self-update --profile minimal -y
source "$HOME/.cargo/env" source "$HOME/.cargo/env"
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
rustc --version rustc --version
cargo --version cargo --version
wasm-pack --version wasm-pack --version