aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-03 11:09:36 +0000
committerGitHub <[email protected]>2020-03-03 11:09:36 +0000
commitb358fe19d73c80df31cf9c70f35a4e2c8b280fc4 (patch)
tree7c14e924e679997af03002fc6c02c59b37727596 /.github
parentce5684216eda52a6da6a2933a980bd5655da61b8 (diff)
parente070553cef4bb5ccd9faacc248179c42d738624f (diff)
Merge #3416
3416: Clean xtask partial artifacts in `xtask pre-cache` r=matklad a=CAD97 Confirmed that these aren't getting deleted locally. This won't actually change what's cached until the cache key changes. Co-authored-by: Christopher Durham <[email protected]>
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