Skip to content

Commit

Permalink
try to clear disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Mar 22, 2024
1 parent 5d59406 commit 9871796
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ihp-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1
- name: 'Clear disk space' # https://github.com/actions/runner-images/issues/2840
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build ihp-new Package
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 9871796

Please sign in to comment.