try to run cargo env
Test and Build / test-and-build (push) Failing after 1m45s

This commit is contained in:
Jay
2025-08-22 15:44:30 -04:00
parent a940e7b4de
commit 99a9486bf9
+1 -4
View File
@@ -32,10 +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
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $HOME/.bashrc . $HOME/.cargo/env
realpath $HOME/.bashrc
cat $HOME/.bashrc
source $HOME/.bashrc
rustc --version rustc --version
cargo --version cargo --version