diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b8aace4f0..6c91106f1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,6 @@ jobs: if: matrix.os == 'windows-latest' uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: stable-gnu override: true # Setup Rust toolchain for other OSes @@ -65,12 +64,6 @@ jobs: with: command: build args: --all --no-default-features --features ${{ matrix.feature }} - # Freeup some space for Windows tests - - name: Clean target dir (Windows) - if: matrix.os == 'windows-latest' - uses: actions-rs/cargo@v1 - with: - command: clean - uses: actions-rs/cargo@v1 with: command: test