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