Try to set path in bashrc
Test and Build / test-and-build (push) Failing after 1m7s

This commit is contained in:
Jay
2025-08-22 15:35:57 -04:00
parent 96078790ae
commit 6f1a4a2ba1
+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
export PATH=$HOME/.cargo/bin:$PATH
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> /root/.bashrc
rustc --version
cargo --version