Skip to content

Commit

Permalink
Test higher build area.
Browse files Browse the repository at this point in the history
  • Loading branch information
GamePlayer-8 committed Dec 9, 2024
1 parent 8e2e837 commit 354a014
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 5120
swap-size-mb: 1024
root-reserve-mb: 16384
swap-size-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: Install git
run: |
Expand Down Expand Up @@ -109,9 +113,13 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 5120
swap-size-mb: 1024
root-reserve-mb: 16384
swap-size-mb: 2048
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: Install git
run: |
Expand Down

0 comments on commit 354a014

Please sign in to comment.