Skip to content

Commit 9fbcab0

Browse files
authored
Add using: composite
1 parent 2c278b0 commit 9fbcab0

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Builds and test CppInterOp'
22
description: 'This action builds and tests CppInterOp for native platforms'
33

44
runs:
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 }}

0 commit comments

Comments
 (0)