Skip to content

Commit 6edefb8

Browse files
committed
pipe pwsh script through stdin
1 parent 1e8513a commit 6edefb8

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
@@ -355,7 +355,7 @@ runs:
355355
}
356356
let installer = http get --raw --redirect-mode follow $uv_installer_url
357357
if $is_windows {
358-
^powershell -ExecutionPolicy ByPass $installer
358+
$installer | ^powershell -NonInteractive -ExecutionPolicy ByPass -Command -
359359
} else {
360360
$installer | ^sh
361361
}

0 commit comments

Comments
 (0)