File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments