We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25851d commit 4cc9133Copy full SHA for 4cc9133
.github/workflows/codeql-analysis.yml
@@ -40,8 +40,8 @@ jobs:
40
if: ${{ contains(env.COMPILED, matrix.language) }}
41
run: |
42
cd webapp
43
- apt-get update; apt-get install yarnpkg -y
44
- yarnpkg install
+ sudo apt-get update; sudo apt-get install yarnpkg -y
+ sudo yarnpkg install
45
46
- name: Install composer files
47
0 commit comments