Skip to content

Commit 805b995

Browse files
committed
Drop Windows CI 32 bit on cmake
1 parent 31cee2a commit 805b995

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
- target: windows
7878
build_system: make
7979

80+
- target: windows
81+
architecture: 32
82+
build_system: cmake
83+
8084
steps:
8185
- name: "SCM Checkout"
8286
uses: actions/checkout@v4

0 commit comments

Comments
 (0)