Skip to content

Commit 99ab6b8

Browse files
committed
typo in the job name
1 parent 44caf0f commit 99ab6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "::set-output name=packages::$packages"
3232
3333
build:
34-
name: Build ${{ matrix.packages }}
34+
name: Build ${{ matrix.package }} package
3535
needs:
3636
- decision
3737
runs-on: ubuntu-latest
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
5555

56-
- name: Build ${{ matrix.package }} package
56+
- name: Build package
5757
run: |
5858
path=$(nix eval --raw .#packages.x86_64-linux.${{ matrix.package }})
5959
hash=${path:11:32}

0 commit comments

Comments
 (0)