temp disable maximize disk space
This commit is contained in:
parent
2591401aa3
commit
eb054c444a
1 changed files with 11 additions and 11 deletions
22
.github/workflows/build-machines-and-homes.yml
vendored
22
.github/workflows/build-machines-and-homes.yml
vendored
|
@ -24,17 +24,17 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Maximize build disk space
|
||||
uses: easimon/maximize-build-space@v10
|
||||
with:
|
||||
overprovision-lvm: true
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
build-mount-path: /nix
|
||||
# - name: Maximize build disk space
|
||||
# uses: easimon/maximize-build-space@v10
|
||||
# with:
|
||||
# overprovision-lvm: true
|
||||
# swap-size-mb: 1024
|
||||
# remove-dotnet: 'true'
|
||||
# remove-android: 'true'
|
||||
# remove-haskell: 'true'
|
||||
# remove-codeql: 'true'
|
||||
# remove-docker-images: 'true'
|
||||
# build-mount-path: /nix
|
||||
|
||||
- name: setup binary cache key
|
||||
run: echo -n "${{ secrets.NIX_CACHE_SECRET_KEY }}" | xxd -p -r > ${{ runner.temp }}/cache-priv-key.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue