We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faacaf commit 4dfe92cCopy full SHA for 4dfe92c
ci/do_ci.ps1
@@ -27,7 +27,7 @@ $PLUGIN_DIR = Join-Path "$SRC_DIR" "plugin"
27
28
$VCPKG_DIR = Join-Path "$SRC_DIR" "tools" "vcpkg"
29
30
-$CTEST_OUTPUT_ON_FAILURE = 1
+$Env:CTEST_OUTPUT_ON_FAILURE = "1"
31
32
switch ($action) {
33
"bazel.build" {
0 commit comments