Skip to content

Commit

Permalink
CI: dontt override rust-toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Aug 14, 2024
1 parent b81452e commit dd987ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/arkproject-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- name: Run cargo fmt
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit dd987ed

Please sign in to comment.