Skip to content

Commit

Permalink
Remove unnecessary docs install command
Browse files Browse the repository at this point in the history
This should have been included with eda8f90, as a part of PR #8. Oops.
  • Loading branch information
dmadison committed Jul 7, 2023
1 parent 6496789 commit c8b7c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
wget -q https://www.doxygen.nl/files/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
tar -xf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
cd doxygen-${{ env.DOXYGEN_VERSION }} && sudo make install
sudo apt-get install libclang1-9 libclang-cpp9
- name: Install Themes
env:
Expand Down

0 comments on commit c8b7c70

Please sign in to comment.