Skip to content

Commit 7d8e8ac

Browse files
authored
Merge pull request #37 from block/mehdi.more-free-space
Let free-disk-space remove everything too to potentially solve disk ace issue on main
2 parents 2b0d187 + 836a018 commit 7d8e8ac

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/pr.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- name: Maximize Build Space
2525
uses: jlumbroso/free-disk-space@v1.3.1
2626
with:
27-
tool-cache: false
28-
large-packages: false
27+
tool-cache: true
2928

3029
- name: Checkout the repo
3130
uses: actions/checkout@v4

.github/workflows/publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
- name: Maximize Build Space
4747
uses: jlumbroso/free-disk-space@v1.3.1
4848
with:
49-
tool-cache: false
50-
large-packages: false
49+
tool-cache: true
5150

5251
- name: Checkout the repo
5352
uses: actions/checkout@v4

.github/workflows/push.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Maximize Build Space
2929
uses: jlumbroso/free-disk-space@v1.3.1
3030
with:
31-
tool-cache: false
32-
large-packages: false
31+
tool-cache: true
3332

3433
- name: Checkout the repo
3534
uses: actions/checkout@v4

0 commit comments

Comments
 (0)