We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf3ed5 commit d6c77b0Copy full SHA for d6c77b0
.github/workflows/full-ci.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: "Install Rust"
50
uses: ./.github/composite/rust
51
with:
52
+ rust: nightly
53
components: rustfmt
54
55
- name: "Check rustfmt"
.github/workflows/minimal-ci.yml
@@ -47,6 +47,7 @@ jobs:
47
48
.github/workflows/release-version.yml
@@ -120,7 +120,7 @@ jobs:
120
ref: ${{ github.ref }}
121
122
- name: "Install Rust (uncached)"
123
- run: rustup update stable
+ run: rustup update nightly && rustup default nightly
124
125
126
run: cargo fmt --all -- --check
0 commit comments