diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0db177d..6ca5e70 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -1,7 +1,7 @@ on: [push] jobs: test: - runs-on: nix + runs-on: nix steps: - - uses: actions/checkout@v3 - - run: nix --version + - uses: actions/checkout@v4 + - run: nix run github:Mic92/nix-fast-build -- --no-nom