We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cddeb commit 16f5b85Copy full SHA for 16f5b85
action.yml
@@ -369,7 +369,7 @@ runs:
369
)
370
371
print $"\n(ansi purple)Installing workflow dependencies(ansi reset)"
372
- mut uv_args = [sync --project $action_path --group action --no-dev]
+ mut uv_args = [sync --project $action_path --group action --no-dev --link-mode=copy]
373
if $verbosity {
374
$uv_args = $uv_args | append '-v'
375
}
0 commit comments