Remove rust-docs on Windows before updating to latest stable

This commit is contained in:
Emil Lauridsen 2020-01-03 20:42:27 +01:00
parent 980f4fb79d
commit 89a11eb811

View file

@ -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: