Skip to content

Commit a9d1057

Browse files
committed
Update build.yml
1 parent f2dd4b8 commit a9d1057

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ jobs:
1919
contents: write
2020

2121
steps:
22+
- name: Maximize build space
23+
uses: easimon/maximize-build-space@master
24+
with:
25+
root-reserve-mb: 16384
26+
swap-size-mb: 16384
27+
remove-dotnet: 'true'
28+
remove-haskell: 'true'
29+
remove-codeql: 'true'
30+
remove-docker-images: 'true'
31+
2232
- name: Checkout repo
2333
uses: actions/checkout@v4
2434
with:

0 commit comments

Comments
 (0)