Skip to content

Commit

Permalink
remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 3, 2024
1 parent 06f8626 commit 0ea51e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
sudo docker build . -t k8s-snap:dev
- name: Cleanup space
# Github runners are tight on space and will fail if we don't clean up before.
run: sudo docker builder prune -f
run: |
sudo docker builder prune -f
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
Expand Down

0 comments on commit 0ea51e7

Please sign in to comment.