This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user