Skip to content

Commit

Permalink
overprovision lvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Oct 14, 2023
1 parent be0bd91 commit 74e8722
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ jobs:
packages: write
id-token: write
steps:
# - name: Maximize build space
# uses: easimon/maximize-build-space@master
# with:
# root-reserve-mb: 512
# swap-size-mb: 1024
# remove-dotnet: "true"
# remove-android: "true"
# remove-haskell: "true"
# remove-codeql: "true"
# remove-docker-images: "true"
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
overprovision-lvm: "true"
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
remove-codeql: "true"
remove-docker-images: "true"

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 74e8722

Please sign in to comment.