Skip to content

Commit

Permalink
Merge pull request #478 from hyoklee/hyoklee-issue-469
Browse files Browse the repository at this point in the history
ci: fix Doxygen installation issue
  • Loading branch information
lukemartinlogan committed Jan 23, 2023
2 parents cd7f515 + 85de166 commit ae6b3ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: Install APT Dependencies
run: |
sudo apt update
sudo apt update -y
sudo apt install -y libunwind-dev
sudo apt-get install -y autoconf
sudo apt-get install -y automake
sudo apt-get install -y libtool
Expand All @@ -40,7 +41,8 @@ jobs:
sudo apt-get install -y zlib1g-dev
sudo apt-get install -y libsdl2-dev
sudo apt-get install -y graphviz
sudo apt-get install -y doxygen
sudo apt-get install -y --no-install-recommends doxygen
sudo apt-get install -y libgoogle-glog-dev
- name: Build And Install Dependencies
if: steps.spack-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ae6b3ac

Please sign in to comment.