Attempt to fix darwin actions build

This commit is contained in:
Essem 2022-07-25 21:46:27 -05:00
parent 9dbc727ea1
commit ac6c4cd330
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ jobs:
with:
version: 7
- name: Install dependencies
run: brew install imagemagick vips
run: brew install imagemagick vips pkg-config
- name: Build
run: pnpm install --config.strict-peer-dependencies=false && pnpm run build