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.
Use correct Doxygen 1.15.0 version in "Create Release" workflow The parent commit somehow used wrong and non-existent 1.9.15 version instead of the correct 1.15.0. [skip ci]
| ... | ... | @@ -13,7 +13,7 @@ permissions: |
| 13 | 13 | |
| 14 | 14 | jobs:
|
| 15 | 15 | add_release_sources:
|
| 16 | - runs-on: ubuntu-22.04
|
|
| 16 | + runs-on: ubuntu-26.04
|
|
| 17 | 17 | name: Create Release with Source Archives
|
| 18 | 18 | |
| 19 | 19 | steps:
|
| ... | ... | @@ -81,7 +81,7 @@ jobs: |
| 81 | 81 | - name: Install Prerequisites
|
| 82 | 82 | run: |
|
| 83 | 83 | choco install -y --no-progress graphviz html-help-workshop
|
| 84 | - choco install -y doxygen.install --version=1.9.1
|
|
| 84 | + choco install -y doxygen.install --version=1.15.0
|
|
| 85 | 85 | |
| 86 | 86 | - name: Create MSW Installer and Help File
|
| 87 | 87 | shell: cmd
|
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help