We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae117d commit a46e61bCopy full SHA for a46e61b
builder/actions/setup_cross_ci_crt_environment.py
@@ -16,7 +16,7 @@
16
17
# TODO: The variable is used to disable the windows certificate store test to unblock a CI failure.
18
# The variable should be set to TRUE after the CI is fixed.
19
-ENABLE_WINDOWS_CERT_STORE_TEST = False
+ENABLE_WINDOWS_CERT_STORE_TEST = True
20
21
22
class SetupCrossCICrtEnvironment(Action):
0 commit comments