maaan, do I loooooove nix in containers...
Some checks failed
Test action / Print hello world (push) Failing after 2s
Some checks failed
Test action / Print hello world (push) Failing after 2s
This commit is contained in:
parent
9427e6bb3d
commit
8288aeed02
1 changed files with 3 additions and 2 deletions
|
@ -12,9 +12,10 @@ jobs:
|
|||
runs-on: default
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: nix-shell -p nodejs_24
|
||||
# run: nix-shell -p nodejs_24
|
||||
run: nix-env -iA nixos.nodejs_24
|
||||
|
||||
- run: echo "$PATH"
|
||||
- run: nix-env -qa
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Reference in a new issue