Skip to content

Commit

Permalink
Update documentation-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein authored Sep 10, 2024
1 parent 6fed2a8 commit 2e7e4d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
submodules: recursive
- name: Create build directory and run CMake
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get -y update
sudo apt-get -y install doxygen graphviz freeglut3-dev libboost-dev
sudo apt-get -y install gcc-13 doxygen graphviz freeglut3-dev libboost-dev
curl -L -o doxygen-1.10.0.linux.bin.tar.gz https://github.com/doxygen/doxygen/releases/download/Release_1_10_0/doxygen-1.10.0.linux.bin.tar.gz
tar xzf doxygen-1.10.0.linux.bin.tar.gz
export PATH=${{ github.workspace }}/doxygen-1.10.0/bin:$PATH
Expand Down

0 comments on commit 2e7e4d0

Please sign in to comment.