diff options
-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: |