workflows: fix build-nix logging (#27)
Adds -L flags, this should improve the action logs usability
This commit is contained in:
parent
2869412050
commit
81abf3982d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_nix.yml
vendored
4
.github/workflows/build_nix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue