Skip to content

Commit 823c24c

Browse files
authored
Update ci.yml
1 parent c60d845 commit 823c24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ jobs:
846846
../
847847
fi
848848
os="${{ matrix.os }}"
849-
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
849+
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
850850
if [[ ("${os}" == "ubuntu"*) ]]; then
851851
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests
852852
fi

0 commit comments

Comments
 (0)