Skip to content

Commit

Permalink
chore: free ubuntu-latest spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Dec 21, 2024
1 parent a766f7e commit 407c6c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 407c6c6

Please sign in to comment.