Skip to content

Commit cddbe16

Browse files
authored
Merge pull request #204 from boostcampwm2023/develop
[Deploy] sharp 플랫폼 에러 핫픽스
2 parents 7aee5cd + 69a095e commit cddbe16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- name: Test and Build with yarn
2828
run: |
29+
SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp
2930
yarn install
3031
yarn workspace client build
3132

0 commit comments

Comments
 (0)