Skip to content

Commit

Permalink
Fixes 'No space left on device' in Docker rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DrYak committed Oct 13, 2023
1 parent 756d535 commit 81fc18f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
packages: write

steps:
- name: Free space
# fixes 'No space left on device'
# see: https://github.com/orgs/community/discussions/25678#discussioncomment-5242449
run: rm -rf /opt/hostedtoolcache

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 81fc18f

Please sign in to comment.