Skip to content

Commit

Permalink
Update doxygen binary URL for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan4thewin committed Jan 19, 2021
1 parent 1b3d35a commit 7e4a101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Doxygen
run: |
wget -qO- "http://doxygen.nl/files/doxygen-1.8.20.linux.bin.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
wget -qO- "http://doxygen.nl/files/doxygen-1.9.1.linux.bin.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
sudo apt-get install -y libclang-9-dev
- name: Run Doxygen And Verify Stdout Is Empty
run: |
Expand Down

0 comments on commit 7e4a101

Please sign in to comment.