Skip to content

Commit

Permalink
use hacky action to free up disk for large arch image
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Jan 15, 2025
1 parent 6aa4cd3 commit 1bdd957
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
- ubuntu

steps:
# the arch container is really big now...
- name: Maximize build space
if: ${{ !env.ACT }}
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-haskell: 'true'

- name: Checkout repository
uses: actions/checkout@v4

Expand Down Expand Up @@ -67,6 +77,16 @@ jobs:
- vr

steps:
# the arch container is really big now...
- name: Maximize build space
if: ${{ !env.ACT }}
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-haskell: 'true'

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 1bdd957

Please sign in to comment.