소스 검색

Drop Windows CI 32 bit on cmake

Yuxiao Mao 1 년 전
부모
커밋
805b995e2f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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