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.
2 parents 9a8968f + b9d157c commit e260467Copy full SHA for e260467
src/tools/rust-analyzer/.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