Skip to content

Commit 1b42ba7

Browse files
committed
build MSI
1 parent 322e4fd commit 1b42ba7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/windows-arm64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'main'
77
- 'bb-*'
88
- '[0-9]+.[0-9]+'
9+
- '*wlad*'
910
pull_request:
1011

1112
jobs:
@@ -27,7 +28,7 @@ jobs:
2728

2829
- name: Install bison
2930
run: |
30-
choco install winflexbison3
31+
choco install winflexbison3 wixtoolset
3132
3233
- name: Build
3334
run: |
@@ -40,7 +41,7 @@ jobs:
4041
cd bld
4142
cmake .. -DWITH_SSL=bundled
4243
cmake --build . --config RelWithDebinfo --verbose -- -m
43-
cmake --build . --config RelWithDebInfo --target win_package_zip
44+
cmake --build . --config RelWithDebInfo --target MSI
4445
4546
- name: Test
4647
run: |

0 commit comments

Comments
 (0)