Update build.yml

This commit is contained in:
Zachary Myers 2024-05-31 14:50:16 -04:00 committed by GitHub
parent 9db8d57c39
commit a17009557d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,18 +17,6 @@ jobs:
build-nixos: build-nixos:
runs-on: self-hosted runs-on: self-hosted
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 ❄️"