diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a50d9db..960827a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,6 +26,7 @@ jobs: - name: Test and Build with yarn run: | + SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp yarn install yarn workspace client build