Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
5872b9ee8c
1 changed files with 2 additions and 14 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
|
@ -15,20 +15,8 @@ on:
|
|||
|
||||
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"
|
||||
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: "Install Nix ❄️"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue