debug build-images action
Some checks failed
build demo images / Build NixOS images (push) Failing after 3m42s
Some checks failed
build demo images / Build NixOS images (push) Failing after 3m42s
This commit is contained in:
parent
7083a81cd7
commit
f612b5de23
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ jobs:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
- name: install node
|
- name: install node
|
||||||
run: nix-env -qaP --description nodejs
|
run: nix-env -iA nixpkgs.nodejs_20
|
||||||
# run: nix-env -iA nodejs
|
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: run generator
|
- name: run generator
|
||||||
|
|
Loading…
Reference in a new issue