Skip to content

Commit 16f5b85

Browse files
committed
reduce expected warnings in uv debug logs
1 parent b4cddeb commit 16f5b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ runs:
369369
)
370370
371371
print $"\n(ansi purple)Installing workflow dependencies(ansi reset)"
372-
mut uv_args = [sync --project $action_path --group action --no-dev]
372+
mut uv_args = [sync --project $action_path --group action --no-dev --link-mode=copy]
373373
if $verbosity {
374374
$uv_args = $uv_args | append '-v'
375375
}

0 commit comments

Comments
 (0)