Skip to content

Commit

Permalink
Remove unnecessary canvas dependencies (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Dec 28, 2024
1 parent f88369d commit a161a89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
with:
node-version: 'lts/*'
cache: 'pnpm'
# https://github.com/Automattic/node-canvas/blob/a2e10e61413a0d158174a7a869c16aa13e5d3575/Readme.md?plain=1#L39
- name: Install canvas dependencies
run: sudo apt-get install libcairo2-dev libpango1.0-dev
- name: Install dependencies
run: pnpm install
- run: pnpm migrate up
Expand Down

0 comments on commit a161a89

Please sign in to comment.