Skip to content

Commit

Permalink
Clear up space in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Mar 26, 2024
1 parent c18f9be commit 9676ad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apptainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
packages: write

steps:
- name: Clear up space
run: |
set -eux -o pipefail
sudo rm -rf /opt/hostedtoolcache /usr/share/dotnet /usr/local/lib/android /usr/share/swift /usr/local/lib/android
- name: Download Apptainer
run: |
set -eux -o pipefail
Expand Down

0 comments on commit 9676ad0

Please sign in to comment.