Skip to content

Commit

Permalink
[skip-ci] install doxygen using dnf #17555
Browse files Browse the repository at this point in the history
  • Loading branch information
couet authored Jan 29, 2025
1 parent 848052e commit f15a41e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/root-docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@ jobs:
echo DOCDIR_NAME=${BASE_REF} >> $GITHUB_ENV
# TODO: install latest versions in image on root-ci-images
- name: Install Doxygen 1.12.0
- name: Install Doxygen
run : |
mkdir -p ${{ github.workspace }}/doxygen
curl -L https://github.com/doxygen/doxygen/releases/download/Release_1_12_0/doxygen-1.12.0.linux.bin.tar.gz | tar -xz -C ${{ github.workspace }}/doxygen/ --strip-components=1
echo PATH=$PATH:${{ github.workspace }}/doxygen/bin >> $GITHUB_ENV
dnf upgrade -y
dnf install -y doxygen
doxygen --version
# mkdir -p ${{ github.workspace }}/doxygen
# curl -L https://github.com/doxygen/doxygen/releases/download/Release_1_12_0/doxygen-1.12.0.linux.bin.tar.gz | tar -xz -C ${{ github.workspace }}/doxygen/ --strip-components=1
# echo PATH=$PATH:${{ github.workspace }}/doxygen/bin >> $GITHUB_ENV

- name: Install qhelpgenerator-qt5
run: |
dnf update -y
dnf upgrade -y
dnf install -y qt5-doctools
which qhelpgenerator-qt5
Expand Down

0 comments on commit f15a41e

Please sign in to comment.