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.
9 lines
153 B
YAML
9 lines
153 B
YAML
on: [push]
|
|
jobs:
|
|
build:
|
|
runs-on: nix
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: NIX CI
|
|
- run: nix run nixpkgs#nixci -- build
|