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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20-alpine
|
||||
image: alpine
|
||||
steps:
|
||||
- name: "Setup Runner"
|
||||
run: |
|
||||
apk update
|
||||
apk add git
|
||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||
apk add git nodejs nix
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
sparse-checkout: |
|
||||
|
|
Loading…
Reference in a new issue