Skip to content

Commit

Permalink
Merge pull request #85 from danskernesdigitalebibliotek/solving-githu…
Browse files Browse the repository at this point in the history
…b-action-space-problem

Solve "System.IO.IOException: No space left on device" error
  • Loading branch information
spaceo authored Jan 9, 2025
2 parents d88b3ca + 4fce479 commit 488e332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
tool-cache: false
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 488e332

Please sign in to comment.