This commit is contained in:
parent
7a201eb4fa
commit
a560753e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: nix-latest
|
runs-on: nix-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install packages
|
- name: install packages
|
||||||
run: nix profile add nixpkgs#nodejs_24
|
run: nix --extra-experimental-features "nix-command flakes" profile add nixpkgs#nodejs_24
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: configure git
|
- name: configure git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue