We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a766f7e commit 407c6c6Copy full SHA for 407c6c6
.github/workflows/build-and-test.yml
@@ -21,6 +21,9 @@ jobs:
21
runs-on: ${{ matrix.platform }}
22
23
steps:
24
+ - if: ${{ matrix.platform == 'ubuntu-latest' }}
25
+ name: Free Disk Space (Ubuntu)
26
+ uses: jlumbroso/free-disk-space@main
27
- uses: actions/checkout@v4
28
- uses: Swatinem/rust-cache@v2
29
- if: ${{ runner.os == 'Windows' }}
0 commit comments