Skip to content

Commit

Permalink
Update Doxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirShaleev committed Feb 21, 2024
1 parent 00d2034 commit 8df3c49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
- uses: actions/checkout@v4

- name: Install Doxygen
run: sudo apt-get -y install doxygen
run: |
wget https://github.com/doxygen/doxygen/releases/download/Release_1_10_0/doxygen-1.10.0.linux.bin.tar.gz
tar -xf doxygen-1.10.0.linux.bin.tar.gz
cd doxygen-1.10.0
sudo make
sudo make install
doxygen --version
- name: Set build output dir
id: strings
Expand Down

0 comments on commit 8df3c49

Please sign in to comment.