Skip to content

Commit d2fa88f

Browse files
authored
Remove redundant build of Google Test in Windows ci (built as part of check-cppinterop) (#601)
1 parent de1e51b commit d2fa88f

File tree

1 file changed

+0
-1
lines changed
  • .github/actions/Build_and_Test_CppInterOp

1 file changed

+0
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,5 @@ runs:
132132
-DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
133133
-DLLVM_ENABLE_WERROR=On `
134134
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
135-
cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
136135
}
137136
cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}

0 commit comments

Comments
 (0)