2
0
ruki 2 жил өмнө
parent
commit
b5aa4e534a

+ 1 - 1
.github/workflows/windows.yml

@@ -12,7 +12,7 @@ jobs:
       matrix:
         os: [windows-2019, windows-2022]
         kind: [static, shared]
-        arch: [x64, x86]
+        arch: [x64, x86, arm64]
         vs_runtime: [MT, MD]
 
     runs-on: ${{ matrix.os }}