Skip to content

Commit 892c706

Browse files
committed
fix: build
1 parent 20fb609 commit 892c706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818
- name: Maximize build space
1919
uses: easimon/maximize-build-space@master
2020
with:
21-
root-reserve-mb: 4096
21+
root-reserve-mb: 8192
2222
swap-size-mb: 1024
2323
remove-dotnet: 'true'
2424
remove-android: 'true'
2525
remove-haskell: 'true'
26+
remove-docker-images: 'true'
27+
remove-codeql: 'true'
2628
- name: Checkout
2729
uses: actions/checkout@v4
2830
- name: Set up Go

0 commit comments

Comments
 (0)