Skip to content

Commit b0c7ef1

Browse files
authored
Free up more space for github actions (#885)
1 parent bc42b27 commit b0c7ef1

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.github/workflows/basic.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ jobs:
1212
- name: Checkout sources
1313
uses: actions/checkout@v2
1414

15+
- name: Free Disk Space (Ubuntu)
16+
uses: jlumbroso/free-disk-space@main
17+
with:
18+
tool-cache: false
19+
android: true
20+
dotnet: true
21+
haskell: true
22+
large-packages: false
23+
docker-images: true
24+
swap-storage: true
25+
1526
- name: Install latest stable toolchain
1627
uses: actions-rs/toolchain@v1
1728
with:

.github/workflows/integration_tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ jobs:
1717
- name: Checkout sources
1818
uses: actions/checkout@v3
1919

20+
- name: Free Disk Space (Ubuntu)
21+
uses: jlumbroso/free-disk-space@main
22+
with:
23+
tool-cache: false
24+
android: true
25+
dotnet: true
26+
haskell: true
27+
large-packages: false
28+
docker-images: true
29+
swap-storage: true
30+
2031
- name: Install latest nightly toolchain
2132
uses: actions-rs/toolchain@v1
2233
with:

.github/workflows/test_tube.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ jobs:
1717
- name: Checkout sources
1818
uses: actions/checkout@v3
1919

20+
- name: Free Disk Space (Ubuntu)
21+
uses: jlumbroso/free-disk-space@main
22+
with:
23+
tool-cache: false
24+
android: true
25+
dotnet: true
26+
haskell: true
27+
large-packages: false
28+
docker-images: true
29+
swap-storage: true
30+
2031
- name: Install latest nightly toolchain
2132
uses: actions-rs/toolchain@v1
2233
with:

0 commit comments

Comments
 (0)