Skip to content

Commit

Permalink
ci: speedup free disk space job
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 committed Jul 20, 2024
1 parent ff2771c commit d1486d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Fix: Resolve disk space error "ENOSPC: no space left on device" on GitHub Actions runners
- name: Free disk cache
if: ${{ startsWith(runner.name, 'GitHub Actions') && inputs.target == 'x86_64-unknown-linux-gnu' && steps.check_cache.outputs.exists != 'true' && !inputs.skipable }}
uses: jlumbroso/free-disk-space@main
uses: xc2/free-disk-space@main
with:
tool-cache: false

Expand Down

0 comments on commit d1486d2

Please sign in to comment.