Skip to content

Commit

Permalink
add sudo to apt-get commands, fix test.yml at 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
5had3z committed May 24, 2024
1 parent 3d8e127 commit 51f0eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Requirements
run: apt install doxygen sphinx-doc
run: sudo apt-get update
&& sudo apt-get install doxygen sphinx-doc
&& pip3 install --user sphinx-rtd-theme breathe sphinx-sitemap
- name: Checkout repo
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down

0 comments on commit 51f0eb5

Please sign in to comment.