Skip to content

Commit 89a11eb

Browse files
committed
Remove rust-docs on Windows before updating to latest stable
1 parent 980f4fb commit 89a11eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v1
2525

26+
- name: Cleanup Rust components (Windows)
27+
if: matrix.os == 'windows-latest'
28+
run: rustup component remove rust-docs
29+
2630
- name: Install Rust toolchain
2731
uses: actions-rs/toolchain@v1
2832
with:

0 commit comments

Comments
 (0)