Skip to content

Commit 3a098bf

Browse files
committed
Update Doxygen installation command in GitHub Actions workflow to use sudo
1 parent 0a51246 commit 3a098bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
path: .cache
2525
restore-keys: |
2626
mkdocs-material-
27-
- run: apt-get update && apt-get install -y doxygen
27+
- run: sudo apt-get update && sudo apt-get install -y doxygen
2828
- run: pip install mkdocs-material mkdoxy mkdocs-include-markdown-plugin
2929
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)