Skip to content

Commit

Permalink
ci: print build output on flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 18, 2024
1 parent a3af264 commit 3095bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CORES=$(nproc)
CORES=$((CORES - 1))
echo "Using $CORES cores."
nix flake check --max-jobs 1 --option cores $CORES
nix flake check -L --max-jobs 1 --option cores $CORES
- name: Nix flake develop
run: nix develop
- name: Publish to FlakeHub
Expand Down

0 comments on commit 3095bc0

Please sign in to comment.