Skip to content

Commit 84c0c0e

Browse files
authored
CI: Remove obsolete rustup steps (#25)
1 parent 28952dc commit 84c0c0e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626

27-
- name: Install Rust toolchain
28-
uses: actions-rs/toolchain@v1
29-
with:
30-
toolchain: ${{ matrix.rust }}
31-
profile: minimal
32-
override: true
33-
3427
- name: Install ${{ matrix.rust }} Rust
3528
run: |
36-
if [[ ! -d "$HOME/.cargo" || ! -d "$HOME/.rustup" ]]; then
37-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh
38-
sh rustup-init.sh -y --default-toolchain none
39-
fi
40-
rustup set profile minimal
4129
rustup update ${{ matrix.rust }}
4230
rustup default ${{ matrix.rust }}
4331

0 commit comments

Comments
 (0)