Skip to content

Commit f7b5762

Browse files
committed
test with Set-Location
1 parent 4f9a2b5 commit f7b5762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/actions/setup_cross_ci_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def create_windows_cert_store(env, certificate_env, location_env):
2121
pfx_cert_path = env.shell.getenv(certificate_env)
2222

2323
# Then print the avaliable folders
24-
env.shell.exec("pwsh.exe", "Set-Location Cert:", check=True)
24+
env.shell.exec("pwsh.exe", "Set-Location -Path Cert:\", check=True)
2525

2626
# Import the PFX into the Windows Certificate Store
2727
# (Passing '$mypwd' is required even though it is empty and our certificate has no password. It fails CI otherwise)

0 commit comments

Comments
 (0)