Skip to content

Commit

Permalink
Simplify doxygen installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw committed Mar 2, 2025
1 parent 424d63f commit 3d2086a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,8 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:

- name: Install Doxygen static libclang deps
run: sudo apt-get install libclang1-18 libclang-cpp18

- name: Install Doxygen from SF binary archives
env:
DOXYGEN_VERSION: '1.9.6'
run: |
mkdir .doxygen && cd .doxygen
curl -L https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz > doxygen.tar.gz
gunzip doxygen.tar.gz
tar xf doxygen.tar
cd doxygen-$DOXYGEN_VERSION
sudo make install
- name: Install Doxygen
run: sudo apt satisfy "doxygen (>= 1.9.6)"

- uses: actions/checkout@v4

Expand Down

0 comments on commit 3d2086a

Please sign in to comment.