Skip to content

Commit

Permalink
install doxygen
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Sep 9, 2024
1 parent c299aef commit 7842301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: install
working-directory: ${{runner.workspace}}/asgard
run: sudo apt install -y doxygen
- name: Makedir
working-directory: ${{runner.workspace}}/asgard
run: cmake -E make_directory build
Expand Down

0 comments on commit 7842301

Please sign in to comment.