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: |