Skip to content

Commit 0f620e1

Browse files
committed
win arm use mingw
1 parent 4fb7e8d commit 0f620e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
mkdir build
6161
cd build
62-
cmake -DCMAKE_BUILD_TYPE=Release ..
62+
cmake -DCMAKE_BUILD_TYPE=Release .. -G "MinGW Makefiles"
6363
cmake --build ./
6464
6565
- name: Upload Build Artifact

0 commit comments

Comments
 (0)