debug
This commit is contained in:
parent
d209e0758e
commit
2767a9178e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Reference in a new issue