Skip to content

Commit

Permalink
Installed an action to free up disk space for Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Jul 11, 2024
1 parent e254ff3 commit afd85b7
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 afd85b7

Please sign in to comment.