Skip to content

Commit 4dfe92c

Browse files
committed
windows
1 parent 9faacaf commit 4dfe92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/do_ci.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $PLUGIN_DIR = Join-Path "$SRC_DIR" "plugin"
2727

2828
$VCPKG_DIR = Join-Path "$SRC_DIR" "tools" "vcpkg"
2929

30-
$CTEST_OUTPUT_ON_FAILURE = 1
30+
$Env:CTEST_OUTPUT_ON_FAILURE = "1"
3131

3232
switch ($action) {
3333
"bazel.build" {

0 commit comments

Comments
 (0)