We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78ffb9 commit 3fbe528Copy full SHA for 3fbe528
.github/workflows/test-opencvsharp.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
cd test
61
if [[ "${{ matrix.arch }}" == "arm64" && "${{ matrix.os }}" == win* ]]; then
62
- gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -o test.exe --target=aarch64-w64-mingw32
+ clang --target=aarch64-w64-windows-gnu test.c -o test.exe
63
else
64
# For x64 architecture
65
gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -o test.exe
0 commit comments