diff options
author | Aleksey Kladov <[email protected]> | 2020-08-18 10:19:44 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-18 10:19:44 +0100 |
commit | 90cb4bbbb99236f58000f972f4a4c8ada005b98c (patch) | |
tree | 6977c3ae24bf218b3f0eeee535da35889f9a0001 | |
parent | 620d67322aedb4a3c58ec06096ab00b2e9dbfd32 (diff) |
Remove usless pre-cache task
We are not cleaning the rest of xtask artifacts, so this effectively
does nothing. xtask is small and changes rarely, so this shouldn't
really matter.
-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 |