god dammit
This commit is contained in:
parent
787eeeed4f
commit
b298656515
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
version: 7
|
||||
- name: Install dependencies
|
||||
shell: msys2 {0}
|
||||
run: pacman -S mingw-w64-x86_64-libvips mingw-w64-x86_64-imagemagick
|
||||
run: pacman -S --noconfirm mingw-w64-x86_64-libvips mingw-w64-x86_64-imagemagick
|
||||
- name: Build
|
||||
shell: msys2 {0}
|
||||
run: pnpm install && pnpm run build
|
||||
|
|
Loading…
Reference in a new issue