fix go special image (#104)

* fix go special image

* fix go symlink

* try to cleanup space
This commit is contained in:
ChristopherHX
2023-08-15 14:23:06 +02:00
committed by GitHub
parent a6297292be
commit 60cbcc9f33
2 changed files with 14 additions and 6 deletions
+7
View File
@@ -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: