Skip to content

Commit

Permalink
Deploy doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo authored Oct 22, 2023
1 parent 29cfd1d commit d8e248d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployDoc-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up
run: sudo apt-get install libboost-dev graphviz texlive-base doxygen
run: |
sudo apt update
sudo apt-get install libboost-dev graphviz texlive-base doxygen
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build
Expand Down

0 comments on commit d8e248d

Please sign in to comment.