Skip to content

Commit

Permalink
[ghactions] Update the doxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 authored and Wentzell committed Apr 24, 2024
1 parent e41b422 commit 300d7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ jobs:
cd $HOME
git clone https://github.com/doxygen/doxygen.git
cd doxygen
git checkout Release_1_10_0
git checkout 0a7e79813
mkdir build
cd build
cmake .. -Duse_libclang=ON -Dstatic_libclang=ON -Duse_libc++=OFF -DLLVM_ROOT=/usr/lib/llvm-15/lib/cmake/llvm -DClang_ROOT=/usr/lib/llvm-15/lib/cmake/clang
make -j 2 VERBOSE=1
make install
cp bin/doxygen /usr/local/bin/doxygen
- name: add clang cxxflags
if: ${{ contains(matrix.cxx, 'clang') }}
Expand Down

0 comments on commit 300d7c2

Please sign in to comment.