This commit is contained in:
parent
f53ab36cf4
commit
bf5d879168
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: default
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: nix shell nixpkgs#node --extra-experimental-features nix-command flakes
|
run: nix shell nixpkgs#node --extra-experimental-features "nix-command flakes"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Reference in a new issue