This commit is contained in:
parent
30323e8590
commit
6ea0e40c96
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yaml
vendored
1
.github/workflows/update.yaml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
image: nixpkgs/nix
|
||||
steps:
|
||||
- run: nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs
|
||||
- run: nix-channel --update
|
||||
- run: nix-env -iA nixpkgs.nodejs
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue