Skip to content

Commit

Permalink
install canvas deps for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Apr 26, 2024
1 parent 3d63d5e commit e9031d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install node-canvas deps (macos)
if: matrix.os != 'ubuntu-20.04'
run: brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman
- name: Install dependencies
run: npm ci
env:
Expand Down

0 comments on commit e9031d2

Please sign in to comment.