File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,12 @@ jobs:
23
23
~/.ninja
24
24
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
25
25
26
- - name : Check and Install curl
26
+ - name : Setup Rust
27
27
run : |
28
28
if ! command -v curl &> /dev/null
29
29
then
30
30
sudo apt-get update && sudo apt-get install -y curl
31
31
fi
32
-
33
- - name : Setup Rust
34
- run : |
35
32
if ! command -v rustup &> /dev/null
36
33
then
37
34
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
Original file line number Diff line number Diff line change @@ -23,15 +23,12 @@ jobs:
23
23
~/.ninja
24
24
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
25
25
26
- - name : Check and Install curl
26
+ - name : Setup Rust
27
27
run : |
28
28
if ! command -v curl &> /dev/null
29
29
then
30
30
sudo apt-get update && sudo apt-get install -y curl
31
31
fi
32
-
33
- - name : Setup Rust
34
- run : |
35
32
if ! command -v rustup &> /dev/null
36
33
then
37
34
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
You can’t perform that action at this time.
0 commit comments