Skip to content

Commit dbb024f

Browse files
author
Mark Hildebrand
committed
Add "sudo" to runner install
1 parent 550352b commit dbb024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: Install Dependencies
3636
run: |
37+
sudo apt install -y doxygen
3738
pip install sphinx breathe sphinx_rtd_theme sphinx-rtd-theme
38-
apt install doxygen
3939
4040
- name: Build Wheel
4141
env:

0 commit comments

Comments
 (0)