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 ffb9f2e commit 015e120Copy full SHA for 015e120
.github/workflows/make_release.yml
@@ -85,14 +85,15 @@ jobs:
85
- name: Install Prerequisites
86
run: |
87
choco install -y --no-progress graphviz html-help-workshop
88
+ choco install -y doxygen.install --version=1.9.1
89
90
- name: Create MSW Installer and Help File
91
shell: cmd
92
93
md distrib\release
94
md distrib\release\${{ inputs.version }}
95
move wxWidgets-${{ inputs.version }}.zip distrib\release\${{ inputs.version }}
- set "PATH=C:\Program Files (x86)\HTML Help Workshop;%PATH%"
96
+ set "PATH=C:\Program Files\doxygen\bin;C:\Program Files (x86)\HTML Help Workshop;%PATH%"
97
build\tools\release.bat ${{ inputs.version }}
98
99
# This doesn't really decrease the file size but .chm files can't be
0 commit comments