Skip to content

Commit

Permalink
Find free space
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Nov 19, 2024
1 parent 8804b7c commit c5cfd2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-linux-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit c5cfd2e

Please sign in to comment.