Skip to content

Commit

Permalink
Fix Doxygen builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Aug 1, 2021
1 parent 49f5c67 commit b4cf04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install Prerequisites
run: sudo apt-get install libclang1-9 -y
run: sudo apt-get install libclang-cpp9 libclang1-9 -y
- name: Cache Doxygen
id: cache-doxygen
uses: actions/cache@v2
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
-DOPENELP_EXTRA_VERSION=${{steps.get-snap-id.outputs.snap_id}}
-DOPENELP_DOC_INTERNAL=ON
- name: Build documentation
run: cmake --build ${{runner.workspace}}/build --config ${{matrix.build_type}} -j2 -t doc
run: cmake --build ${{runner.workspace}}/build -j2 -t doc
- name: Upload documentation
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b4cf04f

Please sign in to comment.