diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 6cccdd2..d72a174 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -4,6 +4,7 @@ jobs: runs-on: nix.2.18.7 steps: - run: nix-channel --update + - run: type -a nix-channel - run: niv-env -i nodejs - uses: actions/checkout@v4