fix: correct NIX CI workflow step configuration
Some checks failed
/ build (push) Failing after 0s

- Rename and rearrange the step in the NIX CI workflow.
- Ensure proper execution of the `nix run` command for builds.
This commit is contained in:
Harald Hoyer 2025-03-24 13:04:12 +01:00
parent 2dca381ced
commit 67120b8211

View file

@ -3,6 +3,6 @@ jobs:
build:
runs-on: nix
steps:
- name: NIX CI
- uses: actions/checkout@v3
- name: NIX CI
- run: nix run nixpkgs#nixci -- build