Skip to content

Commit

Permalink
bump up doxygen version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongkuk Lim committed Dec 13, 2023
1 parent 1a3fb39 commit cae6a50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
generate-doxygen:
runs-on: ubuntu-latest
steps:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Install doxygen
run: git clone -b Release_1_9_8 https://github.com/doxygen/doxygen.git /tmp/doxygen && cd /tmp/doxygen && mkdir build && cd build && cmake -G "Unix Makefiles" .. && make && make install

- uses: actions/checkout@v3
with:
submodules: recursive

- name: Getting tags
run: git fetch --tags origin

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Install doxygen
run: git clone -b Release_1_9_2 https://github.com/doxygen/doxygen.git /tmp/doxygen && cd /tmp/doxygen && mkdir build && cd build && cmake -G "Unix Makefiles" .. && make && make install

- name: Generate documents
run: ./generate_doxygen.sh

Expand Down

0 comments on commit cae6a50

Please sign in to comment.