Skip to content

Commit 02ca571

Browse files
committed
- use msvc :sigh:
1 parent 548cde9 commit 02ca571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 .. -G "MinGW Makefiles"
62+
cmake -DCMAKE_BUILD_TYPE=Release -A ARM64 -DCMAKE_CXX_FLAGS="/await" ..
6363
cmake --build ./
6464
- name: Upload Build Artifact
6565
uses: actions/upload-artifact@v4.6.2

0 commit comments

Comments
 (0)