Another attempt to fix win32 build

This commit is contained in:
Essem 2022-06-24 17:39:13 -05:00
parent f6f9091467
commit 2112e93684
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
run: pacman -S --noconfirm mingw-w64-x86_64-libvips mingw-w64-x86_64-imagemagick
- name: Build
shell: msys2 {0}
run: pnpm install --config.strict-peer-dependencies=false && pnpm run build
run: $PNPM_HOME/pnpm install --config.strict-peer-dependencies=false && $PNPM_HOME/pnpm run build
darwin:
runs-on: macos-latest