Skip to content

Commit

Permalink
Adding node-canvas dependencies to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Nov 12, 2024
1 parent 8f6964b commit 78127f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install setuptools
- name: Install Homebrew packages
if: matrix.os == 'macos-latest'
run: |
brew install pkg-config cairo pango libpng jpeg giflib librsvg
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 78127f5

Please sign in to comment.