From 79ee1d9ea87a68f2e744419071f5ad521feb75de Mon Sep 17 00:00:00 2001 From: svemagie Date: Tue, 31 Mar 2026 09:56:20 +0200 Subject: [PATCH] ci: add node-gyp dep for sharp build from source --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9484ae..e7a50df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: run: npm ci - name: Build sharp from source for FreeBSD - run: npm install node-addon-api && npm install sharp --build-from-source + run: npm install node-addon-api node-gyp && npm install sharp --build-from-source - name: Fetch homepage config from node jail run: |