Skip to content

Commit b2cf992

Browse files
committed
fix powershell script
1 parent 67e8fcd commit b2cf992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/xtask/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,9 @@ impl Xtasks {
15081508
"powershell",
15091509
"Failed to install bencher",
15101510
vec![
1511+
"-ExecutionPolicy",
1512+
"Bypass",
1513+
"-NoProfile",
15111514
"-Command",
15121515
"irm https://bencher.dev/download/install-cli.ps1 | iex",
15131516
],

0 commit comments

Comments
 (0)