maybe this will work better?

This commit is contained in:
Essem 2022-07-25 22:09:56 -05:00
parent ac6c4cd330
commit 77265c9893
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -36,4 +36,5 @@ target_link_libraries(${PROJECT_NAME} ${ImageMagick_LIBRARIES})
pkg_check_modules(VIPS REQUIRED vips-cpp)
include_directories(${VIPS_INCLUDE_DIRS})
link_directories(${VIPS_LIBRARY_DIRS})
target_link_libraries(${PROJECT_NAME} ${VIPS_LIBRARIES})