File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/actions/Build_and_Test_CppInterOp Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: 'Builds and test CppInterOp'
22description : ' This action builds and tests CppInterOp for native platforms'
33
44runs :
5+ using : composite
56 steps :
67 - name : Build and Test/Install CppInterOp
78 if : runner.os != 'Windows'
@@ -130,4 +131,4 @@ runs:
130131 -DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
131132 cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
132133 }
133- cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
134+ cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
You can’t perform that action at this time.
0 commit comments