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 8a177bc commit c37cf90Copy full SHA for c37cf90
.github/workflows/Windows.yml
@@ -381,7 +381,7 @@ jobs:
381
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
382
cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
383
}
384
- cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
+ cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop
385
386
- name: Setup tmate session
387
if: ${{ failure() && runner.debug }}
0 commit comments