use echo
Test and Build / test-and-build (push) Failing after 1m49s

This commit is contained in:
Jay
2025-08-22 16:00:15 -04:00
parent 74c7e55157
commit a1ee0988d0
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
echo "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
# Install wasm-pack
- name: Install wasm-pack