mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge pull request #19286 from lnicola/twiddle-ci
Twiddle with the `rustup` invocation on CI
This commit is contained in:
commit
4815ab0c62
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -67,8 +67,7 @@ jobs:
|
|||||||
rustup component add --toolchain ${{ env.RUST_CHANNEL }} rust-src
|
rustup component add --toolchain ${{ env.RUST_CHANNEL }} rust-src
|
||||||
# We always use a nightly rustfmt, regardless of channel, because we need
|
# We always use a nightly rustfmt, regardless of channel, because we need
|
||||||
# --file-lines.
|
# --file-lines.
|
||||||
rustup toolchain add nightly --profile minimal
|
rustup toolchain install nightly --profile minimal --component rustfmt
|
||||||
rustup component add --toolchain nightly rustfmt
|
|
||||||
# https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/rust.json
|
# https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/rust.json
|
||||||
- name: Install Rust Problem Matcher
|
- name: Install Rust Problem Matcher
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user