Skip to content

Commit 407c6c6

Browse files
committed
chore: free ubuntu-latest spaces
- ref actions/runner-images#2875
1 parent a766f7e commit 407c6c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
runs-on: ${{ matrix.platform }}
2222

2323
steps:
24+
- if: ${{ matrix.platform == 'ubuntu-latest' }}
25+
name: Free Disk Space (Ubuntu)
26+
uses: jlumbroso/free-disk-space@main
2427
- uses: actions/checkout@v4
2528
- uses: Swatinem/rust-cache@v2
2629
- if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)