Skip to content

Commit eb78606

Browse files
authored
Update build-kernel-op11.yml
1 parent abf7d17 commit eb78606

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-kernel-op11.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ jobs:
1111
- name: Maximize build space
1212
uses: easimon/maximize-build-space@master
1313
with:
14-
root-reserve-mb: 8192
15-
temp-reserve-mb: 2048
16-
swap-size-mb: 8192
14+
root-reserve-mb: 16384 # 16 GB
15+
temp-reserve-mb: 4096 # 4 GB
16+
swap-size-mb: 16384 # 16 GB
1717
remove-dotnet: 'true'
1818
remove-android: 'true'
1919
remove-haskell: 'true'
2020
remove-codeql: 'true'
2121

22+
2223
- name: Set CONFIG Environment Variable
2324
run: |
2425
# Set CONFIG dynamically based on matrix values

0 commit comments

Comments
 (0)