Skip to content

Commit 93fc518

Browse files
authored
Simplify node-canvas dependencies
1 parent fef2a75 commit 93fc518

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
#
4949
# - https://github.com/Automattic/node-canvas/issues/1065#issuecomment-2691025715
5050
- name: Install dependencies for node-canvas
51-
run: |
52-
sudo apt update
53-
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
51+
run: sudo apt-get install libcairo2-dev libpango1.0-dev
5452
- name: Install dependencies
5553
run: pnpm install
5654
- run: pnpm migrate up

0 commit comments

Comments
 (0)