diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 8bb4f13..f3d3701 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -9,10 +9,12 @@ jobs: - run: ls /nix/var/nix/profiles/default/bin - run: type -a nodejs || true - - run: nix profile install nodejs + - run: nix-env -i nodejs - run: type -a nodejs || true - - run: niv-env -i nodejs + - run: type -a nodejs || true + - run: nix profile install nodejs + - run: type -a nodejs || true - uses: actions/checkout@v4