mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +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
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Cleanup Rust components (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: rustup component remove rust-docs
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user