riiiiight, probably just in the nix store, not the $PATH...
Some checks failed
Test action / Print hello world (push) Failing after 7s
Some checks failed
Test action / Print hello world (push) Failing after 7s
This commit is contained in:
parent
934aac68fb
commit
9427e6bb3d
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ jobs:
|
|||
- name: Install deps
|
||||
run: nix-shell -p nodejs_24
|
||||
|
||||
- run: echo "$PATH"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: nix flake check
|
Reference in a new issue