add -L to workflow builder for some verbosity

This commit is contained in:
LavaDesu 2021-05-27 23:16:38 +07:00
parent 5dc93272cd
commit 06dd7d3cb0
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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