Skip to content

Commit

Permalink
ci: Add --print-build-logs flag of nix
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 15, 2023
1 parent aa0fd64 commit 9481da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Check the output
run: |
nix flake check
nix flake check --print-build-logs
git add ./generated
nix eval .#data --json | jq
Expand Down

0 comments on commit 9481da8

Please sign in to comment.