- 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:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- name: NIX CI
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: NIX CI
|
||||||
- run: nix run nixpkgs#nixci -- build
|
- run: nix run nixpkgs#nixci -- build
|
||||||
|
|
Loading…
Reference in a new issue