Skip to content

Commit b0546dc

Browse files
committed
Fix ci for 32-bit
1 parent 16494b3 commit b0546dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ jobs:
705705
-DCMAKE_C_FLAGS=-m32 \
706706
-DCMAKE_CXX_FLAGS=-m32
707707
ninja
708-
./unittest_module
708+
./unittest
709709
710710
unittest-windows-32-bit:
711711
runs-on: windows-2022

0 commit comments

Comments
 (0)