test
This commit is contained in:
parent
ab215d91b5
commit
33fcce9135
1 changed files with 2 additions and 3 deletions
|
@ -6,13 +6,12 @@ jobs:
|
||||||
build-console-iso:
|
build-console-iso:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:20-alpine
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup Runner"
|
- name: "Setup Runner"
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add git
|
apk add git nodejs nix
|
||||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
|
|
Loading…
Reference in a new issue