Skip to content

Commit

Permalink
Merge pull request #846 from martindevans/free_up_space_for_ci
Browse files Browse the repository at this point in the history
Fixed CI Out Of Disk Space
  • Loading branch information
martindevans authored Jul 11, 2024
2 parents e254ff3 + afd85b7 commit 9661299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
os: windows-2019
config: release
steps:
- name: Free Disk Space (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: jlumbroso/[email protected]
with:
dotnet: false

- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 9661299

Please sign in to comment.