From dae4dac38e4c15b15c588cfd015ff45c7bcfc6de Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Wed, 27 Sep 2023 19:59:53 +0000 Subject: [PATCH] Try installing sharp before? --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ca6f03..920b471 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,8 @@ build: paths: - dist/ script: - - npm install --unsafe-perm + - npm install --arch=arm64 --platform=linux --libc=musl sharp + - npm install - npm run build deploy: