Skip to content

Commit bd1157b

Browse files
committed
Update GitHub workflows
1 parent 3c25c3e commit bd1157b

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pull-request.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ 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

0 commit comments

Comments
 (0)