Skip to content

Commit 4cc9133

Browse files
authored
Update codeql-analysis.yml
1 parent a25851d commit 4cc9133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
if: ${{ contains(env.COMPILED, matrix.language) }}
4141
run: |
4242
cd webapp
43-
apt-get update; apt-get install yarnpkg -y
44-
yarnpkg install
43+
sudo apt-get update; sudo apt-get install yarnpkg -y
44+
sudo yarnpkg install
4545
4646
- name: Install composer files
4747
if: ${{ contains(env.COMPILED, matrix.language) }}

0 commit comments

Comments
 (0)