Skip to content

Commit

Permalink
Override style check's default Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 24, 2024
1 parent 1538656 commit 8100323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.72
components: clippy
default: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit 8100323

Please sign in to comment.