ci: add node-gyp dep for sharp build from source

This commit is contained in:
svemagie
2026-03-31 09:56:20 +02:00
parent fcacc12dd4
commit 79ee1d9ea8
+1 -1
View File
@@ -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: |