Skip to content

Commit

Permalink
Install Doxygen cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
CMake failure due to missing Doxygen installation
  • Loading branch information
franziska-wegner authored Dec 5, 2023
1 parent 4bf2a44 commit 7a4c226
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
# echo "${{github.workspace}}/qt/Qt/${{ env.QT_VERSION }}/${{ env.MINGW_PATH }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
# refreshenv

- name: Install Doxygen (Ubuntu)
run: |
sudo apt-get install doxygen
if: startsWith(matrix.config.os,'ubuntu-')

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit 7a4c226

Please sign in to comment.