Skip to content

Commit

Permalink
APT requires privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere authored Sep 1, 2024
1 parent c393a91 commit 969dfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Doxygen
run: apt-get -y update && apt-get -y install doxygen
run: sudo apt-get -y update && sudo apt-get -y install doxygen
- name: Checkout
uses: actions/checkout@v4
- name: Generate html
Expand Down

0 comments on commit 969dfaf

Please # to comment.