@@ -36,7 +36,9 @@ jobs:
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
|
||||
chmod +x rustup.sh
|
||||
./rustup.sh -y
|
||||
find / -name ".cargo" -type d 2>/dev/null
|
||||
echo "===== FIND ====="
|
||||
sudo find / -name ".cargo" -type d 2>/dev/null
|
||||
echo "===== END ====="
|
||||
rustc --version
|
||||
cargo --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user