Skip to content

Commit

Permalink
[ghactions] Fix doxygen install problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Apr 18, 2024
1 parent 004ac94 commit 2ba877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
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 2ba877a

Please sign in to comment.