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 519e408 commit f6fbca2Copy full SHA for f6fbca2
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -133,4 +133,4 @@ runs:
133
-DLLVM_ENABLE_WERROR=On -DBUILD_SHARED_LIBS=ON `
134
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
135
}
136
- cmake --build . --config ${{ env.BUILD_TYPE }} --parallel ${{ env.ncpus }}
+ cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
0 commit comments