Update rust install
Test and Build / test-and-build (push) Failing after 34s

This commit is contained in:
Jay
2025-08-22 14:52:38 -04:00
parent 31fdf106e5
commit 1fcf18d7d8
+2 -1
View File
@@ -33,8 +33,9 @@ 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 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
source "$HOME/.cargo/env"
rustc --version rustc --version
cargo --version cargo --version
wasm-pack --version wasm-pack --version