Skip to content

Commit

Permalink
use +nightly before build command
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanirby committed Mar 4, 2025
1 parent 10a41f7 commit a23e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo fetch

- name: Build
run: cargo build +nightly --verbose
run: cargo +nightly build --verbose

- name: Run cargo fmt
run: cargo +nightly fmt -- --check
Expand Down

0 comments on commit a23e74f

Please sign in to comment.