mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Remove rust-docs on Windows before updating to latest stable
This commit is contained in:
parent
980f4fb79d
commit
89a11eb811
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -23,6 +23,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Cleanup Rust components (Windows)
|
||||||
|
if: matrix.os == 'windows-latest'
|
||||||
|
run: rustup component remove rust-docs
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user