aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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