@@ -36,7 +36,9 @@ jobs:
|
|||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
|
||||||
chmod +x rustup.sh
|
chmod +x rustup.sh
|
||||||
./rustup.sh -y
|
./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
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user