diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 914f7d3..8981ef1 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -11,14 +11,14 @@ jobs: name: Print hello world runs-on: ubuntu steps: + # - uses: actions/setup-node@v4 - uses: actions/checkout@v4 - name: Install deps - uses: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b + uses: Prince527/install-nix-action@v31 - run: whoami - run: node -v - run: nix --version - - run: nix flake check \ No newline at end of file