Skip to content

Commit

Permalink
Don't use nightly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvillage committed Jul 31, 2024
1 parent 7d290d5 commit ff058c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
# toolchain: nightly
override: true
components: rustfmt, clippy
- name: Build
Expand Down

0 comments on commit ff058c7

Please sign in to comment.