We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72b494 commit 04dfd2bCopy full SHA for 04dfd2b
.github/workflows/test-opencvsharp.yml
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
cd test
67
if [[ "${{ matrix.arch }}" == "arm64" && "${{ matrix.os }}" == win* ]]; then
68
+ export MSYS2_ARG_CONV_EXCL="*"
69
cl /EHsc test.c ../opencvsharp/lib/OpenCvSharpExtern.lib /link /OUT:test.exe
70
else
71
# For x64 architecture
0 commit comments