Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed May 31, 2024
1 parent 4ac4306 commit 0b0ccf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install doxygen
apt-get update
apt-get install doxygen
pip install -r doc/requirements.txt
- name: Build Documentation
Expand Down

0 comments on commit 0b0ccf9

Please sign in to comment.