diff options
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea194a944..fb077e28d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -70,10 +70,6 @@ jobs: | |||
70 | - name: Prepare cache | 70 | - name: Prepare cache |
71 | run: cargo xtask pre-cache | 71 | run: cargo xtask pre-cache |
72 | 72 | ||
73 | - name: Prepare cache 2 | ||
74 | if: matrix.os == 'windows-latest' | ||
75 | run: Remove-Item ./target/debug/xtask.exe, ./target/debug/deps/xtask.exe | ||
76 | |||
77 | # Weird targets to catch non-portable code | 73 | # Weird targets to catch non-portable code |
78 | rust-cross: | 74 | rust-cross: |
79 | name: Rust Cross | 75 | name: Rust Cross |