workflows: fix build-nix logging (#27)

Adds -L flags, this should improve the action logs usability
This commit is contained in:
Noa Aarts 2024-10-22 19:45:05 +02:00 committed by GitHub
parent 2869412050
commit 81abf3982d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,5 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: nix build
- run: nix flake check
- run: nix build -L
- run: nix flake check -L --all-systems