Skip to content

Commit 939e07b

Browse files
committed
Add --print-build-logs to nix flake check
1 parent f570f5a commit 939e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: cachix/install-nix-action@v22
18-
- run: nix flake check
18+
- run: nix flake check --print-build-logs
1919
- run: nix run .#test

0 commit comments

Comments
 (0)