Skip to content

Commit d5afa5f

Browse files
committed
Use Doxygen 1.13.2 in build step to match prod process.
1 parent cf8ecbf commit d5afa5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Install Doxygen
1818
run: |
1919
cd ~
20-
wget https://github.com/doxygen/doxygen/releases/download/Release_1_12_0/doxygen-1.12.0.linux.bin.tar.gz
21-
tar xzf doxygen-1.12.0.linux.bin.tar.gz
22-
export PATH=$PWD/doxygen-1.12.0/bin:$PATH
20+
wget https://github.com/doxygen/doxygen/releases/download/Release_1_13_2/doxygen-1.13.2.linux.bin.tar.gz
21+
tar xzf doxygen-1.13.2.linux.bin.tar.gz
22+
export PATH=$PWD/doxygen-1.13.2/bin:$PATH
2323
echo "PATH=$PATH" >> "$GITHUB_ENV"
2424
doxygen --version
2525
- name: Check out repository code

0 commit comments

Comments
 (0)