Skip to content

Commit

Permalink
Free up space on github-cli spinup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 17, 2023
1 parent 3e27783 commit cca9d22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
runs-on: ubuntu-latest

steps:
# Free up disk space
- name: free-disk-spack
- run: |
df -h
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
# Checkout the GSI to get the ci/spack.yaml file
- name: checkout-gsi
if: steps.cache-env.outputs.cache-hit != 'true'
Expand Down

0 comments on commit cca9d22

Please sign in to comment.