Skip to content

Commit a44f7b1

Browse files
committed
canvas dependencies chaged
1 parent 3b0754d commit a44f7b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
node-version: '22'
2020

21+
- name: Install dependencies for canvas
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get install -y build-essential libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++
25+
2126
- name: Cache node modules
2227
uses: actions/cache@v3
2328
with:

0 commit comments

Comments
 (0)