Skip to content

Commit 63e39e8

Browse files
tstellartru
authored andcommitted
workflows/release-tasks: Add missing sudo
(cherry picked from commit ffecb43)
1 parent 7e666e9 commit 63e39e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v3
8585

8686
- name: Install dependencies
87-
run: apt-get install -y python3-setuptools
87+
run: sudo apt-get install -y python3-setuptools
8888

8989
- name: Test lit
9090
run: |

0 commit comments

Comments
 (0)