We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e4fd commit 1b42ba7Copy full SHA for 1b42ba7
1 file changed
.github/workflows/windows-arm64.yml
@@ -6,6 +6,7 @@ on:
6
- 'main'
7
- 'bb-*'
8
- '[0-9]+.[0-9]+'
9
+ - '*wlad*'
10
pull_request:
11
12
jobs:
@@ -27,7 +28,7 @@ jobs:
27
28
29
- name: Install bison
30
run: |
- choco install winflexbison3
31
+ choco install winflexbison3 wixtoolset
32
33
- name: Build
34
@@ -40,7 +41,7 @@ jobs:
40
41
cd bld
42
cmake .. -DWITH_SSL=bundled
43
cmake --build . --config RelWithDebinfo --verbose -- -m
- cmake --build . --config RelWithDebInfo --target win_package_zip
44
+ cmake --build . --config RelWithDebInfo --target MSI
45
46
- name: Test
47
0 commit comments