Skip to content

Commit

Permalink
test delete more
Browse files Browse the repository at this point in the history
  • Loading branch information
fpjentzsch committed Nov 24, 2023
1 parent d656280 commit f0b554c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/singularity-quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
# remove-dotnet: 'true'
- name: Check docker images
run: docker images
- name: Prune docker images
run: docker image prune -a -f
- name: Prune stuff
run: |
docker image prune -a -f
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
- name: Check docker images
run: docker images
- name: Check free space
Expand Down

0 comments on commit f0b554c

Please sign in to comment.