Set build step name

This commit is contained in:
alejandro-angulo 2026-02-14 18:45:17 -08:00
parent 014d970fe4
commit fdfdb785d6

View file

@ -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