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 f3e7ee4 commit 8804b7c
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 @@ -12,6 +12,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Setup QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 8804b7c

Please sign in to comment.