more verbose builds

This commit is contained in:
ibizaman 2024-10-24 17:04:49 +02:00
parent 8cbaf7a212
commit f14881379d

View file

@ -88,7 +88,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build
run: |
nix build .#checks.x86_64-linux.${{ matrix.check }}
nix build --print-build-logs --show-trace .#checks.x86_64-linux.${{ matrix.check }}
results:
if: ${{ always() }}