File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,12 @@ jobs:
2020 node-version : 20
2121 cache : yarn
2222
23- - name : Install dependencies (apt)
24- run : |
25- sudo apt-get update && \
26- sudo apt-get install -y --no-install-recommends libxi-dev libgl1-mesa-dev
27-
2823 - name : Install Dependencies 📦
2924 run : yarn install --frozen-lockfile
3025
3126 - name : Build Modules 🔧
3227 run : yarn build --tsc --lint
3328
34-
3529 - name : include java json
3630 run : cp -r src/java build
3731
Original file line number Diff line number Diff line change 2020 node-version : 20
2121 cache : yarn
2222
23- - name : Install dependencies (apt)
24- run : |
25- sudo apt-get update && \
26- sudo apt-get install -y --no-install-recommends libxi-dev libgl1-mesa-dev
27-
2823 - name : Install dependencies
2924 run : yarn install --frozen-lockfile
3025
You can’t perform that action at this time.
0 commit comments