Skip to content

Commit

Permalink
Free up space on GHA, from actions/runner-images#709 (comment), thank…
Browse files Browse the repository at this point in the history
…s Maxim Lobanov
  • Loading branch information
richelbilderbeek committed Feb 14, 2022
1 parent e1c7663 commit eabafd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_singularity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Clean up space, from https://github.com/actions/virtual-environments/issues/709#issuecomment-612569242
run: |
sudo rm -rf "/usr/local/share/boost" \
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build the Singularity container
run: ./build_singularity_container.sh

Expand Down

0 comments on commit eabafd3

Please sign in to comment.