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 de65c61
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 @@ -29,6 +29,9 @@ jobs:
if: matrix.os == 'windows-latest'
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force
shell: pwsh
- 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: Run E2E on chrome (non-linux)
if: matrix.os != 'ubuntu-20.04'
run: npm run test:e2e:chrome
Expand Down

0 comments on commit de65c61

Please sign in to comment.