There was an error while loading. Please reload this page.
1 parent 1e8513a commit 6edefb8Copy full SHA for 6edefb8
action.yml
@@ -355,7 +355,7 @@ runs:
355
}
356
let installer = http get --raw --redirect-mode follow $uv_installer_url
357
if $is_windows {
358
- ^powershell -ExecutionPolicy ByPass $installer
+ $installer | ^powershell -NonInteractive -ExecutionPolicy ByPass -Command -
359
} else {
360
$installer | ^sh
361
0 commit comments