fix: Rename build step to build
This commit is contained in:
parent
258838514b
commit
c0f3218a3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-flake-build.yaml
vendored
2
.github/workflows/nix-flake-build.yaml
vendored
|
@ -17,7 +17,7 @@ on:
|
|||
type: string
|
||||
|
||||
jobs:
|
||||
check:
|
||||
build:
|
||||
runs-on: "${{ inputs.runner }}"
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue