Skip to content

Commit e4a9098

Browse files
update action
1 parent 06a2b18 commit e4a9098

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
with:
2222
node-version: 18
2323

24-
- name: Install Depends for pkg canvas
25-
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
26-
2724
- uses: pnpm/action-setup@v2.0.1
2825
name: Install pnpm
2926
id: pnpm-install
3027
with:
3128
version: 7.25.1
3229
run_install: false
3330

31+
- name: Install
32+
run: pnpm i
33+
3434
- name: Typing
3535
run: pnpm typing
3636

.github/workflows/eslint.yml

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
with:
3636
node-version: 18
3737

38-
- name: Install Depends for pkg canvas
39-
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
40-
4138
- uses: pnpm/action-setup@v2.0.1
4239
name: Install pnpm
4340
id: pnpm-install

.github/workflows/prettier.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
node-version: 18
2525

26-
- name: Install Depends for pkg canvas
27-
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
28-
2926
- uses: pnpm/action-setup@v2.0.1
3027
name: Install pnpm
3128
id: pnpm-install

.github/workflows/try-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
with:
2323
node-version: 18
2424

25-
- name: Install Depends for pkg canvas
26-
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
27-
2825
- uses: pnpm/action-setup@v2.0.1
2926
name: Install pnpm
3027
id: pnpm-install
3128
with:
3229
version: 7.25.1
3330
run_install: false
3431

32+
- name: Install
33+
run: pnpm i
34+
3535
- name: Build
3636
run: pnpm build

.github/workflows/typing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
with:
2020
node-version: 18
2121

22-
- name: Install Depends for pkg canvas
23-
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
24-
2522
- uses: pnpm/action-setup@v2.0.1
2623
name: Install pnpm
2724
id: pnpm-install
2825
with:
2926
version: 7.25.1
3027
run_install: false
3128

29+
- name: Install
30+
run: pnpm i
31+
3232
- name: Typing
3333
run: pnpm typing

0 commit comments

Comments
 (0)