Skip to content

Commit 465e6cc

Browse files
phpcs_on_pull_request.yml: Add sudo to run actions
Signed-off-by Immanuel Raj <[email protected]>
1 parent 1cae1c1 commit 465e6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpcs_on_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- name: Install Dependencies
1111
run: |
12-
apt-get update
13-
apt-get install -y git sudo
12+
sudo apt-get update
13+
sudo apt-get install -y git sudo
1414
1515
- uses: actions/checkout@v4
1616
with:

0 commit comments

Comments
 (0)