try using github env
Test and Build / test-and-build (push) Failing after 1m12s

This commit is contained in:
Jay
2025-08-22 15:57:40 -04:00
parent b407e999ea
commit 74c7e55157
+1 -4
View File
@@ -32,9 +32,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env source "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
rustc --version
cargo --version
# Install wasm-pack # Install wasm-pack
- name: Install wasm-pack - name: Install wasm-pack
@@ -49,7 +47,6 @@ jobs:
# Test wasm library # Test wasm library
- name: Test wasm library - name: Test wasm library
run: | run: |
cargo --version
npm run test:wasm npm run test:wasm
npm run test:wasmdoc npm run test:wasmdoc