Attempt to fix darwin actions build
This commit is contained in:
parent
9dbc727ea1
commit
ac6c4cd330
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -65,6 +65,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: 7
|
version: 7
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install imagemagick vips
|
run: brew install imagemagick vips pkg-config
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm install --config.strict-peer-dependencies=false && pnpm run build
|
run: pnpm install --config.strict-peer-dependencies=false && pnpm run build
|
||||||
|
|
Loading…
Reference in a new issue