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