Skip to content

Commit a94895f

Browse files
author
Jan Kaul
committed
use free diskspace action
1 parent 9ddcf4e commit a94895f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Free disk space
17+
uses: jlumbroso/free-disk-space@main
18+
with:
19+
tool-cache: false
20+
android: true
21+
dotnet: true
22+
haskell: true
23+
large-packages: true
24+
docker-images: false
25+
swap-storage: false
1626
- uses: actions/checkout@v3
1727
- name: Build
1828
run: cargo build --verbose

0 commit comments

Comments
 (0)