mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Remove rust-docs on Windows before updating to latest stable
This commit is contained in:
parent
980f4fb79d
commit
89a11eb811
1 changed files with 4 additions and 0 deletions
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…
Reference in a new issue