Skip to content

Commit c67d5de

Browse files
authored
Add verbose logging in CI
1 parent 0e128f6 commit c67d5de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
with:
1616
name: ranfdev-geopard
1717
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
18-
- run: nix flake check
19-
- run: nix build
18+
- run: nix --print-build-logs flake check
19+
- run: nix --print-build-logs build

0 commit comments

Comments
 (0)