Skip to content

Commit 4ee5443

Browse files
committed
add sudo on run script check
1 parent 1cd6607 commit 4ee5443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unwanted-dependencies-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
force: 'true'
2828
- name: Run script
2929
run: |
30-
apt-get update
31-
apt-get install wget -y
30+
sudo apt-get update
31+
sudo apt-get install wget -y
3232
./hack/unwanted-dependencies-check.sh
3333
- name: Report failure
3434
uses: nashmaniac/create-issue-action@v1.2

0 commit comments

Comments
 (0)