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 ecfc063 commit a509c97Copy full SHA for a509c97
.github/jobs/baseinstall.sh
@@ -30,7 +30,6 @@ section_end
30
31
section_start "Install JS frontend dependencies"
32
cd webapp
33
-apt-get update; apt-get install -y yarnpkg
34
yarnpkg install
35
cd ..
36
section_end
.github/workflows/codeql-analysis.yml
@@ -36,13 +36,6 @@ jobs:
with:
37
languages: ${{ matrix.language }}
38
39
- - name: Install yarn files
40
- if: ${{ contains(env.COMPILED, matrix.language) }}
41
- run: |
42
- cd webapp
43
- sudo apt-get update; sudo apt-get install yarnpkg -y
44
- sudo yarnpkg install
45
-
46
- name: Install composer files
47
if: ${{ contains(env.COMPILED, matrix.language) }}
48
run: |
0 commit comments