Skip to content

Commit 4428048

Browse files
authored
Merge pull request lllyasviel#254 from ayan4m1/fix/github-runner-free-space
Try to fix GitHub runner not having enough free space
2 parents 22273bb + 098c529 commit 4428048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
run: |
2222
rm -rf /usr/share/dotnet
2323
rm -rf /opt/ghc
24-
rm -rf "/usr/local/share/boost"
24+
rm -rf /usr/local/share/boost
25+
rm -rf "$AGENT_TOOLSDIRECTORY"
2526
- name: Publish image
2627
uses: ./.github/actions/docker-publish-action
2728
with:

0 commit comments

Comments
 (0)