Skip to content

Commit a904566

Browse files
authored
Merge pull request #572 from hamirmahal/refactor/replace-archived-action-with-similar-functionality
refactor: replace archived action
2 parents e515948 + 799ed85 commit a904566

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ jobs:
3636

3737
- name: install ${{ matrix.toolchain }} toolchain
3838
id: install_toolchain
39-
uses: actions-rs/toolchain@v1
40-
with:
41-
toolchain: ${{ matrix.toolchain }}
42-
profile: minimal
43-
# Don't use a 'components:' entry--we don't need them with beta/nightly, plus nightly often doesn't have them
44-
override: true
39+
run: rustup toolchain install ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
4540

4641
- run: cargo clippy -- -D warnings
4742
if: matrix.toolchain == 'stable' && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)