Skip to content

Commit ba01e0a

Browse files
committed
fix(build): Add maximize build space action to free up storage
1 parent e9bcd2f commit ba01e0a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ijepa-cbuild.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25+
- name: Maximize build space
26+
uses: easimon/maximize-build-space-action@v10
27+
with:
28+
root-reserve-mb: 512
29+
swap-size-mb: 1024
30+
remove-dotnet: 'true'
31+
remove-android: 'true'
32+
remove-haskell: 'true'
2533
- name: Set up Docker Buildx
2634
uses: docker/setup-buildx-action@v2
2735
- name: Log in to the registry

0 commit comments

Comments
 (0)