Skip to content

Commit ffecb43

Browse files
committed
workflows/release-tasks: Add missing sudo
1 parent fe36150 commit ffecb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

+1-1
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)