Skip to content

Commit

Permalink
add sudo on run script check
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Jan 13, 2024
1 parent 1cd6607 commit 4ee5443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unwanted-dependencies-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
force: 'true'
- name: Run script
run: |
apt-get update
apt-get install wget -y
sudo apt-get update
sudo apt-get install wget -y
./hack/unwanted-dependencies-check.sh
- name: Report failure
uses: nashmaniac/create-issue-action@v1.2
Expand Down

0 comments on commit 4ee5443

Please sign in to comment.