debug
Some checks failed
Build / nix-build (ubuntu-x86_64, durincore) (push) Failing after 1m38s
Build / nix-build (ubuntu-aarch64, varda) (push) Failing after 1m24s
Build / Nix Build Successful (push) Successful in 1s

This commit is contained in:
Joseph Hanson 2024-05-21 13:01:02 -05:00
parent d209e0758e
commit 2767a9178e

View file

@ -18,7 +18,7 @@ jobs:
image: docker.io/library/ubuntu:latest
steps:
- name: Install sudo and node
run: apt update && apt install -y nodejs npm sudo udev curl
run: apt update && apt install -y nodejs npm sudo udev curl lvm2
- name: Create nix mount point
if: contains(matrix.os, 'ubuntu')
run: sudo mkdir /nix
@ -26,11 +26,14 @@ jobs:
uses: https://github.com/easimon/maximize-build-space@v10
if: contains(matrix.os, 'ubuntu')
with:
root-reserve-mb: 512
swap-size-mb: 1024
build-mount-path: "/nix"
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
overprovision-lvm: true
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
with: