Skip to content

Commit 3fbe528

Browse files
committed
try clang
1 parent a78ffb9 commit 3fbe528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
cd test
6161
if [[ "${{ matrix.arch }}" == "arm64" && "${{ matrix.os }}" == win* ]]; then
62-
gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -o test.exe --target=aarch64-w64-mingw32
62+
clang --target=aarch64-w64-windows-gnu test.c -o test.exe
6363
else
6464
# For x64 architecture
6565
gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -o test.exe

0 commit comments

Comments
 (0)