diff options
author | Emil Lauridsen <[email protected]> | 2020-01-03 19:42:27 +0000 |
---|---|---|
committer | Emil Lauridsen <[email protected]> | 2020-01-03 19:42:27 +0000 |
commit | 89a11eb811e82953b8ae5d5f688e607d20f66436 (patch) | |
tree | 0012cd6f95e4683d581a50b898b37c5bbc95fe7e /.github/workflows | |
parent | 980f4fb79dcee0cca5456072131a3b5bfb21b75d (diff) |
Remove rust-docs on Windows before updating to latest stable
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8d3c2865c..733d9ce45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -23,6 +23,10 @@ jobs: | |||
23 | - name: Checkout repository | 23 | - name: Checkout repository |
24 | uses: actions/checkout@v1 | 24 | uses: actions/checkout@v1 |
25 | 25 | ||
26 | - name: Cleanup Rust components (Windows) | ||
27 | if: matrix.os == 'windows-latest' | ||
28 | run: rustup component remove rust-docs | ||
29 | |||
26 | - name: Install Rust toolchain | 30 | - name: Install Rust toolchain |
27 | uses: actions-rs/toolchain@v1 | 31 | uses: actions-rs/toolchain@v1 |
28 | with: | 32 | with: |