Skip to content

Commit

Permalink
actually remove stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Feb 11, 2024
1 parent c4ed9c9 commit 22fe547
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-system-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Maximize build space
run: |
df -h
rm -rf /usr-host/share/dotnet
rm -rf /usr-host/share/swift
rm -rf /usr-host/share/java
rm -rf /usr-host/local/lib/android
rm -rf /opt-host/ghc
rm -rf /opt-host/hostedtoolcache
rm -rf /opt-host/az
rm -rf /usr/share/dotnet
rm -rf /usr/share/swift
rm -rf /usr/share/java
rm -rf /usr/local/lib/android
rm -rf /opt/ghc
rm -rf /opt/hostedtoolcache
rm -rf /opt/az
df -h
- uses: actions/checkout@v3
- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit 22fe547

Please sign in to comment.