Skip to content

Commit d176cef

Browse files
committed
Windows fix
1 parent 8fcd395 commit d176cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Configure CMake
233233
working-directory: ${{github.workspace}}
234-
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
234+
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32 /EHsc /Zm1500 /bigobj"
235235

236236
- name: Build
237237
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)