ci: add node-gyp dep for sharp build from source
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user