Skip to content

Commit

Permalink
Updates docs.yml workflow to use newer doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Feb 27, 2024
1 parent 97e6cb0 commit cc79438
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:

- name: Prerequisites
run: |
sudo apt update
sudo apt install doxygen graphviz
sudo apt-get -y update
apt-cache showpkg doxygen
sudo apt-get -y install doxygen graphviz
- name: Configure
run: >
Expand Down

0 comments on commit cc79438

Please sign in to comment.