We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e128f6 commit c67d5deCopy full SHA for c67d5de
.github/workflows/build-flatpak.yml
@@ -15,5 +15,5 @@ jobs:
15
with:
16
name: ranfdev-geopard
17
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
18
- - run: nix flake check
19
- - run: nix build
+ - run: nix --print-build-logs flake check
+ - run: nix --print-build-logs build
0 commit comments