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 f69f3a6 commit dc2096cCopy full SHA for dc2096c
.github/workflows/ci.yaml
@@ -98,9 +98,9 @@ jobs:
98
run: |
99
rustup update --no-self-update stable
100
rustup default stable
101
- rustup component add --toolchain stable rust-src clippy
102
- # We always use a nightly rustfmt, regardless of channel, because we need
103
- # --file-lines.
+ rustup component add --toolchain stable rust-src clippy rustfmt
+ # We also install a nightly rustfmt, because we use `--file-lines` in
+ # a test.
104
rustup toolchain install nightly --profile minimal --component rustfmt
105
# https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/rust.json
106
- name: Install Rust Problem Matcher
0 commit comments