- 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:
parent
2dca381ced
commit
67120b8211
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue