We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c394c6 + 7414416 commit 4815ab0Copy full SHA for 4815ab0
.github/workflows/ci.yaml
@@ -67,8 +67,7 @@ jobs:
67
rustup component add --toolchain ${{ env.RUST_CHANNEL }} rust-src
68
# We always use a nightly rustfmt, regardless of channel, because we need
69
# --file-lines.
70
- rustup toolchain add nightly --profile minimal
71
- rustup component add --toolchain nightly rustfmt
+ rustup toolchain install nightly --profile minimal --component rustfmt
72
# https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/rust.json
73
- name: Install Rust Problem Matcher
74
if: matrix.os == 'ubuntu-latest'
0 commit comments