Skip to content

Commit 05540d8

Browse files
enable logs
1 parent 40475b1 commit 05540d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-nix-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: DeterminateSystems/magic-nix-cache-action@main
1616

1717
- name: Build Nix Package
18-
run: nix build .nix
18+
run: nix build .nix --print-build-logs
1919

2020
build-without-resources:
2121
runs-on: ubuntu-latest
@@ -27,4 +27,4 @@ jobs:
2727
- uses: DeterminateSystems/magic-nix-cache-action@main
2828

2929
- name: Build Nix Package Without Resources
30-
run: nix build .nix#graphite-without-resources
30+
run: nix build .nix#graphite-without-resources --print-build-logs

0 commit comments

Comments
 (0)