From e070553cef4bb5ccd9faacc248179c42d738624f Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Mon, 2 Mar 2020 23:30:14 -0500 Subject: Clean xtask partial artifacts in `xtask pre-cache` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: - name: Prepare cache 2 if: matrix.os == 'windows-latest' - run: Remove-Item ./target/debug/xtask.exe + run: Remove-Item ./target/debug/xtask.exe, ./target/debug/deps/xtask.exe typescript: name: TypeScript -- cgit v1.2.3