Skip to content

Commit

Permalink
Update to Doxygen 1.9.7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 13, 2024
1 parent 1dea0c4 commit f04f837
Show file tree
Hide file tree
Showing 2 changed files with 693 additions and 267 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ jobs:
uses: actions/cache@v2
with:
path: ${{runner.workspace}}/doxygen
key: doxygen-1.9.1
key: doxygen-1.9.7
- name: Download Doxygen
if: steps.cache-doxygen.outputs.cache-hit != 'true'
working-directory: ${{runner.workspace}}
run: |
wget -O - https://doxygen.nl/files/doxygen-1.9.1.linux.bin.tar.gz | tar -xz
mv doxygen-1.9.1 doxygen
wget -O - https://www.doxygen.nl/files/doxygen-1.9.7.linux.bin.tar.gz | tar -xz
mv doxygen-1.9.7 doxygen
- name: Clone project
uses: actions/checkout@v2
- name: Create build environment
Expand Down
Loading

0 comments on commit f04f837

Please sign in to comment.