We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f4ba8 commit cc90a95Copy full SHA for cc90a95
1 file changed
bench_runner/scripts/workflow.py
@@ -212,6 +212,7 @@ def compile_windows(
212
with contextlib.chdir(cpython):
213
subprocess.check_call(
214
[
215
+ "powershell.exe",
216
Path("PCbuild") / "build.bat",
217
*args,
218
],
0 commit comments