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 40475b1 commit 05540d8Copy full SHA for 05540d8
.github/workflows/build-nix-package.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: DeterminateSystems/magic-nix-cache-action@main
16
17
- name: Build Nix Package
18
- run: nix build .nix
+ run: nix build .nix --print-build-logs
19
20
build-without-resources:
21
runs-on: ubuntu-latest
@@ -27,4 +27,4 @@ jobs:
27
28
29
- name: Build Nix Package Without Resources
30
- run: nix build .nix#graphite-without-resources
+ run: nix build .nix#graphite-without-resources --print-build-logs
0 commit comments