Skip to content

Commit

Permalink
github: Try to fix "no space left on device" on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 31, 2024
1 parent 6bde2a5 commit a1717c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- if: matrix.os == 'macos-latest'
name: Free Disk Space (MacOS)
run: dh -h /
- if: matrix.os == 'ubuntu-latest'
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
Expand Down

0 comments on commit a1717c5

Please sign in to comment.