Skip to content

Commit

Permalink
squash! squash! Don't require Doxygen from Conan if there's a system …
Browse files Browse the repository at this point in the history
…install.

checkpoint
  • Loading branch information
John-LittleBearLabs committed Jun 15, 2023
1 parent 7c65442 commit 5824374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if: startsWith(matrix.config.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install --yes cmake ninja-build
sudo apt-get install --yes cmake ninja-build doxygen
ninja --version
cmake --version
g++ --version
Expand Down

0 comments on commit 5824374

Please sign in to comment.