Skip to content

Commit

Permalink
Trying out Free Disk Space (Ubuntu) action
Browse files Browse the repository at this point in the history
See if this solves our issue with Github action runner that is running
out of space:
https://github.com/marketplace/actions/free-disk-space-ubuntu
  • Loading branch information
spaceo committed Jan 9, 2025
1 parent d88b3ca commit 9b5ab80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 9b5ab80

Please sign in to comment.