Skip to content

Commit 6aed0ee

Browse files
committed
ci: Switch to nightly rustfmt
We are getting warnings in CI about unsupported features. There isn't any reason to use stable rustfmt so switch the channel here.
1 parent 2cdde03 commit 6aed0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ jobs:
311311
timeout-minutes: 10
312312
steps:
313313
- uses: actions/checkout@v4
314-
- name: Install stable `rustfmt`
315-
run: rustup set profile minimal && rustup default stable && rustup component add rustfmt
314+
- name: Install nightly `rustfmt`
315+
run: rustup set profile minimal && rustup default nightly && rustup component add rustfmt
316316
- run: cargo fmt -- --check
317317

318318
extensive:

0 commit comments

Comments
 (0)