Skip to content

Commit cc540d6

Browse files
committed
add sudo
1 parent fd58902 commit cc540d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717

1818
- name: Setup Sphinx
1919
run: |
20-
apt update && apt install -y python3-pip python3-ldap build-essential
20+
sudo apt update
21+
sudo apt install -y python3-pip python3-ldap build-essential
2122
pip install sphinx_rtd_theme
2223
2324
- name: Build

0 commit comments

Comments
 (0)