Skip to content

Commit

Permalink
Merge pull request #572 from hamirmahal/refactor/replace-archived-act…
Browse files Browse the repository at this point in the history
…ion-with-similar-functionality

refactor: replace archived action
  • Loading branch information
dvdsk authored Apr 20, 2024
2 parents e515948 + 799ed85 commit a904566
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:

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

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

0 comments on commit a904566

Please sign in to comment.