workflows/release-tasks: Add missing sudo

This commit is contained in:
Tom Stellard 2023-08-01 13:40:49 -07:00
parent fe36150b3f
commit ffecb43c48

View File

@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: apt-get install -y python3-setuptools
run: sudo apt-get install -y python3-setuptools
- name: Test lit
run: |