Skip to content

Commit

Permalink
ci: Use different rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
AMythicDev committed Jun 4, 2024
1 parent 8ace3c9 commit 415cdcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain
with:
toolchain: stable
override: true
profile: minimal
components: clippy
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 415cdcf

Please sign in to comment.