why
All checks were successful
update-riscv / pr (push) Successful in 3s

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-13 13:17:03 +02:00
parent 30323e8590
commit 6ea0e40c96

View file

@ -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