Update build.yml
This commit is contained in:
parent
308501c55c
commit
eab1c382d2
1 changed files with 12 additions and 0 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -17,6 +17,18 @@ jobs:
|
|||
build-nixos:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
|
||||
- name: "Install Nix ❄️"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue