We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424d63f commit 122ecb0Copy full SHA for 122ecb0
.github/workflows/docs.yaml
@@ -10,20 +10,8 @@ jobs:
10
build:
11
runs-on: ubuntu-24.04
12
steps:
13
-
14
- - name: Install Doxygen static libclang deps
15
- run: sudo apt-get install libclang1-18 libclang-cpp18
16
17
- - name: Install Doxygen from SF binary archives
18
- env:
19
- DOXYGEN_VERSION: '1.9.6'
20
- run: |
21
- mkdir .doxygen && cd .doxygen
22
- curl -L https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz > doxygen.tar.gz
23
- gunzip doxygen.tar.gz
24
- tar xf doxygen.tar
25
- cd doxygen-$DOXYGEN_VERSION
26
- sudo make install
+ - name: Install Doxygen
+ run: sudo apt satisfy "doxygen (>= 1.9.6)"
27
28
- uses: actions/checkout@v4
29
0 commit comments