Skip to content

Commit

Permalink
chore: use stable version of Rust when testing.
Browse files Browse the repository at this point in the history
So that CI doesn't fail so often with brand new lints I've never
encountered before.
  • Loading branch information
justinpombrio committed Oct 16, 2024
1 parent ecfc895 commit 8d778b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Rust nightly
- name: Use Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
components: clippy
override: true
- name: Build
Expand Down

0 comments on commit 8d778b6

Please sign in to comment.