From 89a11eb811e82953b8ae5d5f688e607d20f66436 Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Fri, 3 Jan 2020 20:42:27 +0100 Subject: Remove rust-docs on Windows before updating to latest stable --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/ci.yaml') 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: - 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: -- cgit v1.2.3