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
|
image: docker.io/library/ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install sudo and node
|
- 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
|
- name: Create nix mount point
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
run: sudo mkdir /nix
|
run: sudo mkdir /nix
|
||||||
|
@ -26,11 +26,14 @@ jobs:
|
||||||
uses: https://github.com/easimon/maximize-build-space@v10
|
uses: https://github.com/easimon/maximize-build-space@v10
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
|
root-reserve-mb: 512
|
||||||
|
swap-size-mb: 1024
|
||||||
build-mount-path: "/nix"
|
build-mount-path: "/nix"
|
||||||
remove-dotnet: true
|
remove-dotnet: true
|
||||||
remove-android: true
|
remove-android: true
|
||||||
remove-haskell: true
|
remove-haskell: true
|
||||||
remove-codeql: true
|
remove-codeql: true
|
||||||
|
overprovision-lvm: true
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue