workflows/release-tasks: Add missing sudo
authorTom Stellard <tstellar@redhat.com>
Tue, 1 Aug 2023 20:40:49 +0000 (13:40 -0700)
committerTobias Hieta <tobias@hieta.se>
Wed, 9 Aug 2023 06:56:56 +0000 (08:56 +0200)
(cherry picked from commit ffecb43c4812707be07a9810f21b7b407480f868)

.github/workflows/release-tasks.yml

index 58a4e4f810cca186c1bbb8e1339f8a5d7ba0a257..5604b48857dbe25d7cb553b4675722cbdb2a106e 100644 (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: |