Skip to content

Commit

Permalink
Install Doxygen v1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 26, 2024
1 parent 3b92b9e commit 2c1b294
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ jobs:
steps:
- name: Install Doxygen
run: |
sudo apt install -y doxygen
cd ~
wget https://www.doxygen.nl/files/doxygen-1.12.0.linux.bin.tar.gz
tar xzf doxygen-1.12.0.linux.bin.tar.gz
export PATH=$PWD/doxygen-1.12.0/bin:$PATH
echo "PATH=$PATH" >> "$GITHUB_ENV"
doxygen --version
- name: Check out repository code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2c1b294

Please sign in to comment.