فهرست منبع

CI: add github actions for windows x86

scribam 4 سال پیش
والد
کامیت
32e736d260
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.github/workflows/main.yml

@@ -9,7 +9,8 @@ jobs:
     strategy:
       matrix:
         platform:
-        - { name: Windows, os: windows-latest }
+        - { name: Windows (x64), os: windows-latest }
+        - { name: Windows (x86), os: windows-latest, flags: -A Win32 }
         - { name: Linux,   os: ubuntu-20.04, flags: -GNinja }
         - { name: MacOS,   os: macos-latest }
     steps: