Set build step name
This commit is contained in:
parent
014d970fe4
commit
fdfdb785d6
1 changed files with 2 additions and 2 deletions
|
|
@ -14,6 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- name: Build ${{ matrix.system }}
|
||||||
echo 'Building configuration for ${{ matrix.system }}'
|
run: |
|
||||||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue