ci: add node-addon-api dep for sharp build from source
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Build sharp from source for FreeBSD
|
||||
run: npm install sharp --build-from-source
|
||||
run: npm install node-addon-api && npm install sharp --build-from-source
|
||||
|
||||
- name: Fetch homepage config from node jail
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user