Skip to content

Commit 46cbef8

Browse files
committed
try new way to add sharp
1 parent 7049f6a commit 46cbef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@ jobs:
263263
if: steps.check-changes.outputs.should_build == 'true'
264264
run: npm ci
265265

266+
- name: Reinstall Sharp for Linux
267+
run: npm install --platform=linux --arch=x64 sharp
268+
266269
- name: Build app to root
267270
if: steps.check-changes.outputs.should_build == 'true'
268271
id: build

0 commit comments

Comments
 (0)