more verbose builds
This commit is contained in:
parent
8cbaf7a212
commit
f14881379d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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() }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue