We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9a2b5 commit f7b5762Copy full SHA for f7b5762
builder/actions/setup_cross_ci_helpers.py
@@ -21,7 +21,7 @@ def create_windows_cert_store(env, certificate_env, location_env):
21
pfx_cert_path = env.shell.getenv(certificate_env)
22
23
# Then print the avaliable folders
24
- env.shell.exec("pwsh.exe", "Set-Location Cert:", check=True)
+ env.shell.exec("pwsh.exe", "Set-Location -Path Cert:\", check=True)
25
26
# Import the PFX into the Windows Certificate Store
27
# (Passing '$mypwd' is required even though it is empty and our certificate has no password. It fails CI otherwise)
0 commit comments