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 f9b2e2f commit a25851dCopy full SHA for a25851d
.github/workflows/codeql-analysis.yml
@@ -40,6 +40,7 @@ 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
45
46
- name: Install composer files
0 commit comments