projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e666e9
)
workflows/release-tasks: Add missing sudo
author
Tom Stellard
<tstellar@redhat.com>
Tue, 1 Aug 2023 20:40:49 +0000
(13:40 -0700)
committer
Tobias 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
patch
|
blob
|
history
diff --git
a/.github/workflows/release-tasks.yml
b/.github/workflows/release-tasks.yml
index 58a4e4f810cca186c1bbb8e1339f8a5d7ba0a257..5604b48857dbe25d7cb553b4675722cbdb2a106e 100644
(file)
--- a/
.github/workflows/release-tasks.yml
+++ b/
.github/workflows/release-tasks.yml
@@
-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: |