Browse Source

update monkey

ruki 2 years ago
parent
commit
94112fa3b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/monkey_windows.yml

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

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