Skip to content

Commit

Permalink
Fix for disk space issue in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchlap committed Nov 21, 2023
1 parent 9113639 commit 34c5507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Checkout
uses: actions/checkout@v2
- name: Set up QEMU
Expand Down

0 comments on commit 34c5507

Please sign in to comment.