mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
Use Doxygen 1.9.15 in "Create Release" workflow
Switch to Ubuntu 26.04 which includes this Doxygen version and explicitly install it with Choco.
This commit is contained in:
@@ -13,7 +13,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
add_release_sources:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-26.04
|
||||
name: Create Release with Source Archives
|
||||
|
||||
steps:
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
- name: Install Prerequisites
|
||||
run: |
|
||||
choco install -y --no-progress graphviz html-help-workshop
|
||||
choco install -y doxygen.install --version=1.9.1
|
||||
choco install -y doxygen.install --version=1.9.15
|
||||
|
||||
- name: Create MSW Installer and Help File
|
||||
shell: cmd
|
||||
|
||||
Reference in New Issue
Block a user