Skip to content

Commit 6309125

Browse files
committed
Merge branch '3.4-georg' into 3.4
2 parents 0ca807a + 4bb84c4 commit 6309125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ jobs:
150150
- name: make windows 64bits
151151
if: ${{ startsWith(matrix.os, 'windows') && (matrix.arch != '32' || !matrix.arch) }}
152152
run: |
153-
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CURL=ON
153+
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CURL=ON -DWITH_MSI=ON
154154
cmake --build . --config RelWithDebInfo
155155
156156
- name: make windows 32bits
157157
if: ${{ startsWith(matrix.os, 'windows') && startsWith(matrix.arch, '32') }}
158158
run: |
159-
cmake -A Win32 . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CURL=ON
159+
cmake -A Win32 . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CURL=ON -DWITH_MSI=ON
160160
cmake --build . --config RelWithDebInfo
161161
162162
- name: Run test suite

0 commit comments

Comments
 (0)