Skip to content

Commit

Permalink
Update gh-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Mar 28, 2024
1 parent 3a93119 commit 2bdaf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Free space
run: df -h && rm -rf /opt/hostedtoolcache* && df -h
run: df -h && sudo rm -rf /usr/local/lib/android && sudo rm -rf /opt/ghc && rm -rf /opt/hostedtoolcache* && df -h

- uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit 2bdaf76

Please sign in to comment.