Skip to content

Commit c37cf90

Browse files
authored
Debug Windows.yml
1 parent 8a177bc commit c37cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
382382
cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
383383
}
384-
cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop --parallel ${{ env.ncpus }}
384+
cmake --build . --config ${{ env.BUILD_TYPE }} --target check-cppinterop
385385
386386
- name: Setup tmate session
387387
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)