add -L to workflow builder for some verbosity
This commit is contained in:
parent
5dc93272cd
commit
06dd7d3cb0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
name: lava
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build .#linux-lava
|
||||
- run: nix build -L .#linux-lava
|
||||
wine:
|
||||
name: Build Wine
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -32,4 +32,4 @@ jobs:
|
|||
with:
|
||||
name: lava
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build .#wine-osu
|
||||
- run: nix build -L .#wine-osu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue