Skip to content

Commit

Permalink
feat(ci): change lint workflow to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Oct 4, 2024
1 parent 5fcd3a8 commit 35a5677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
toolchain: nightly
override: true

- name: Install git submodules
Expand Down

0 comments on commit 35a5677

Please sign in to comment.