Skip to content

Commit 015e120

Browse files
committed
Install Doxygen in MSW part of make_release workflow
Somehow it's not available by default any longer.
1 parent ffb9f2e commit 015e120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/make_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,15 @@ jobs:
8585
- name: Install Prerequisites
8686
run: |
8787
choco install -y --no-progress graphviz html-help-workshop
88+
choco install -y doxygen.install --version=1.9.1
8889
8990
- name: Create MSW Installer and Help File
9091
shell: cmd
9192
run: |
9293
md distrib\release
9394
md distrib\release\${{ inputs.version }}
9495
move wxWidgets-${{ inputs.version }}.zip distrib\release\${{ inputs.version }}
95-
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%"
9697
build\tools\release.bat ${{ inputs.version }}
9798
9899
# This doesn't really decrease the file size but .chm files can't be

0 commit comments

Comments
 (0)