Skip to content

Commit

Permalink
Use sudo and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 20, 2023
1 parent 90490ad commit e094df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/[email protected]
with:
python-version: "3.11"
- run: apt-get update && apt-get instal doxygen
- run: sudo apt-get update && sudo apt-get install doxygen
- run: pip install -r requirements.txt
- run: mkdocs build

0 comments on commit e094df1

Please sign in to comment.