Skip to content

Commit c465e02

Browse files
committed
ci: try to fix "Ensure compatibility with rust-gpu nightly rust version" check.
1 parent f0fbff0 commit c465e02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
# FIXME(eddyb) `style_edition = "2024"` in `rustfmt.toml` is what keeps
2222
# this on `nightly`, should switch to `stable` when that stabilizes.
2323
toolchain: nightly
24-
override: true
24+
# HACK(eddyb) use `nightly` by default without breaking the ability to
25+
# temporarily bypass it through `rust-toolchain.toml`.
26+
default: true
27+
override: false
2528

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

0 commit comments

Comments
 (0)