Skip to content

Commit b7d51a7

Browse files
authored
Update action.yml
1 parent a6c0120 commit b7d51a7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ runs:
133133
-DLLVM_ENABLE_WERROR=On -DBUILD_SHARED_LIBS=ON `
134134
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
135135
}
136-
cmake --build . --config ${{ env.BUILD_TYPE }} --parallel ${{ env.ncpus }}
136+
cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}

0 commit comments

Comments
 (0)