Skip to content

Commit

Permalink
Allocate even more space on the vm
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <[email protected]>
  • Loading branch information
jkremser committed May 28, 2024
1 parent 36d5b36 commit 0f3ee11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stable-diff-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
swap-size-mb: 2048
root-reserve-mb: 16384
overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 0f3ee11

Please sign in to comment.