Skip to content

Commit

Permalink
try to cleanup space
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Aug 15, 2023
1 parent 77bf51e commit 33ca927
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ jobs:
- dotnet
- custom
steps:
- name: Cleanup
run: |
docker rmi -f $(docker images -aq) || :
rm -r "$RUNNER_TOOL_CACHE" || :
rm -r "$RUNNER_TOOLSDIRECTORY" || :
rm -r "$AGENT_TOOLSDIRECTORY" || :
shell: bash
- name: Force SLUG to lowercase
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 33ca927

Please sign in to comment.