Skip to content

Commit

Permalink
CI: Doxygen 1.9.7 Broken (#1464)
Browse files Browse the repository at this point in the history
Markdown support for main file broken in 1.9.7.
Go back to previous patch release. Upstream already fixed.
  • Loading branch information
ax3l authored Jun 20, 2023
1 parent f6b23a5 commit b57ad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
update-conda: true
conda-channels: conda-forge
- name: Install
run: conda install -c conda-forge doxygen
run: conda install -c conda-forge doxygen=1.9.6
- name: Doxygen
run: .github/workflows/source/buildDoxygen

Expand Down

0 comments on commit b57ad03

Please sign in to comment.