aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristopher Durham <[email protected]>2020-03-03 04:30:14 +0000
committerCAD97 <[email protected]>2020-03-03 04:50:10 +0000
commite070553cef4bb5ccd9faacc248179c42d738624f (patch)
tree7c14e924e679997af03002fc6c02c59b37727596 /.github
parentce5684216eda52a6da6a2933a980bd5655da61b8 (diff)
Clean xtask partial artifacts in `xtask pre-cache`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 3f41d32f7..50c4265cf 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -87,7 +87,7 @@ jobs:
87 87
88 - name: Prepare cache 2 88 - name: Prepare cache 2
89 if: matrix.os == 'windows-latest' 89 if: matrix.os == 'windows-latest'
90 run: Remove-Item ./target/debug/xtask.exe 90 run: Remove-Item ./target/debug/xtask.exe, ./target/debug/deps/xtask.exe
91 91
92 typescript: 92 typescript:
93 name: TypeScript 93 name: TypeScript