Skip to content

Commit e260a56

Browse files
committed
change executable to pwsh
1 parent b2cf992 commit e260a56

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/xtask/src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,12 +1505,9 @@ impl Xtasks {
15051505
if cfg!(target_os = "windows") {
15061506
Self::run_system_command(
15071507
&app_settings,
1508-
"powershell",
1508+
"pwsh",
15091509
"Failed to install bencher",
15101510
vec![
1511-
"-ExecutionPolicy",
1512-
"Bypass",
1513-
"-NoProfile",
15141511
"-Command",
15151512
"irm https://bencher.dev/download/install-cli.ps1 | iex",
15161513
],

0 commit comments

Comments
 (0)