Browse Source

Drop Windows CI 32 bit on cmake

Yuxiao Mao 1 năm trước cách đây
mục cha
commit
805b995e2f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/workflows/build.yml

+ 4 - 0
.github/workflows/build.yml

@@ -77,6 +77,10 @@ jobs:
           - target: windows
             build_system: make
 
+          - target: windows
+            architecture: 32
+            build_system: cmake
+
     steps:
     - name: "SCM Checkout"
       uses: actions/checkout@v4