Skip to content

Commit

Permalink
Make sure sccache has been killed
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jan 16, 2023
1 parent 325ad8a commit 487ea18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/artifact_failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ runs:
- name: pack failure artifacts
shell: bash
run: |
killall sccache || true
killall sccache-dist || true
tar --exclude='target' \
--exclude='docs' \
--exclude='bins' \
Expand Down

0 comments on commit 487ea18

Please sign in to comment.