Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed May 1, 2020
1 parent eff54d0 commit 936a4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -22,8 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

# remove once https://github.com/Automattic/node-canvas/pull/1568 is in
- name: Install extra dependencies for Node 14
run: sudo apt-get install libcairo2-dev libpango1.0-dev
run: sudo apt-get install libcairo2-dev libpango1.0-dev libgif-dev
if: matrix.node == 14

- name: Install Node dependencies
Expand Down

0 comments on commit 936a4cb

Please sign in to comment.