forked from Bos55/nix-config
fix mappings
This commit is contained in:
parent
675204152d
commit
99141d2c7a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -38,7 +38,8 @@ jobs:
|
|||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Debug Matrix
|
||||
run: echo "The matrix value is: [ ${{ matrix.hostname }} ]"
|
||||
run: |
|
||||
echo "The matrix value is: ${{ matrix.hostname }}"
|
||||
- name: "Define host"
|
||||
run: |
|
||||
echo "Building for: ${{ matrix.hostname }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue