Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 4, 2023
1 parent d40d562 commit a400f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
with:
python-version: '3.x'

- name: Setup Java 17
uses: actions/setup-java@v4
- name: 'Set up latest Oracle JDK 21'
uses: oracle-actions/setup-java@v1
with:
java-version: '21'
distribution: 'oracle'
website: oracle.com
release: 21

- name: Install plantuml
run: bash -c "curl -L https://raw.githubusercontent.com/riboseinc/plantuml-install/master/ubuntu.sh | bash"
run: sudo bash -c "curl -L https://raw.githubusercontent.com/riboseinc/plantuml-install/master/ubuntu.sh | bash"

- name: Install dependencies
run: |
apt-get install doxygen graphviz -y
- name: Install python dependencies
run: |
pip3 install sphinx breathe exhale furo sphinxcontrib-plantuml
pip3 install gcovr sphinx breathe exhale furo sphinxcontrib-plantuml
- uses: lukka/get-cmake@latest

Expand Down

0 comments on commit a400f3a

Please sign in to comment.