Skip to content

Commit a1a9f6e

Browse files
committed
ci: do not create an out link
1 parent 751488a commit a1a9f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- if: steps.changed-files.outputs.files == 'true'
3838
run: |
39-
if nix build --print-build-logs .#vermilion 2> /tmp/log; then
39+
if nix build --no-out-link --print-build-logs .#vermilion 2> /tmp/log; then
4040
exit 0
4141
fi
4242

0 commit comments

Comments
 (0)