Skip to content

Commit

Permalink
add doxygen install
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Apr 1, 2024
1 parent 1236a8e commit a6d110a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libhdf5-dev libboost-all-dev catch2
sudo apt-get install -y libhdf5-dev libboost-all-dev catch2 doxygen
- name: Install dependencies - macos
if: matrix.os == 'macos-latest'
run: brew install hdf5 boost catch2
run: brew install hdf5 boost catch2 doxygen

- name: Install static analyzers
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit a6d110a

Please sign in to comment.