debug
Test and Build / test-and-build (push) Failing after 1m12s

This commit is contained in:
Jay
2025-08-22 15:40:08 -04:00
parent b9302cf5fb
commit a940e7b4de
+2
View File
@@ -33,6 +33,8 @@ jobs:
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 echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $HOME/.bashrc
realpath $HOME/.bashrc
cat $HOME/.bashrc
source $HOME/.bashrc source $HOME/.bashrc
rustc --version rustc --version
cargo --version cargo --version