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:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: |
|
||||
echo 'Building configuration for ${{ matrix.system }}'
|
||||
- name: Build ${{ matrix.system }}
|
||||
run: |
|
||||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue