fix ci - add canvas build dependencies to ci workflow (#1474)

* add canvas depends
This commit is contained in:
Andrew Calcutt 2025-03-16 13:43:51 -04:00 committed by GitHub
parent 3110cab18f
commit 3881219fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,11 @@ jobs:
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies (Ubuntu) 🚀
run: >-
sudo apt-get install -qq libcairo2-dev libjpeg8-dev libpango1.0-dev
libgif-dev build-essential
- name: Setup node env 📦 - name: Setup node env 📦
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with: