Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
5b367689e7
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:
|
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 ❄️"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue