Skip to content

Commit 5d1243a

Browse files
committed
We need sudo for actions
1 parent f5d2b91 commit 5d1243a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v4
3232
- name: Install dependencies
33-
run: |
34-
apt-get update
35-
apt-get install gettext
33+
run: sudo apt-get install -y gettext
3634
- name: Build docs
3735
run: bash my-jopa
3836
- name: Upload artifact

0 commit comments

Comments
 (0)