Skip to content

Commit

Permalink
ci: try to fix "Ensure compatibility with rust-gpu nightly rust versi…
Browse files Browse the repository at this point in the history
…on" check.
  • Loading branch information
eddyb committed Oct 3, 2024
1 parent f0fbff0 commit c465e02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
# FIXME(eddyb) `style_edition = "2024"` in `rustfmt.toml` is what keeps
# this on `nightly`, should switch to `stable` when that stabilizes.
toolchain: nightly
override: true
# HACK(eddyb) use `nightly` by default without breaking the ability to
# temporarily bypass it through `rust-toolchain.toml`.
default: true
override: false

# run cargo fetch w/ --locked to verify Cargo.lock is up-to-date
- run: cargo fetch --locked
Expand Down

0 comments on commit c465e02

Please sign in to comment.