Update build.yml

This commit is contained in:
Zachary Myers 2024-07-25 16:32:08 -04:00 committed by GitHub
parent 308501c55c
commit eab1c382d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,18 @@ jobs:
build-nixos: build-nixos:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Maximize Disk Space"
uses: easimon/maximize-build-space@v8
with:
root-reserve-mb: 8192
swap-size-mb: 1024
build-mount-path: /nix
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
remove-codeql: "true"
remove-docker-images: "true"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: "Install Nix ❄️" - name: "Install Nix ❄️"