fix go special image (#104)
* fix go special image * fix go symlink * try to cleanup space
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user