@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user