Sfoglia il codice sorgente

Drop Windows CI 32 bit on cmake

Yuxiao Mao 1 anno fa
parent
commit
805b995e2f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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