diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9fed8d..a006a0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,8 +14,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Install sharp wasm32 fallback for FreeBSD - run: npm install --force @img/sharp-wasm32 + - name: Build sharp from source for FreeBSD + run: npm install sharp --build-from-source - name: Fetch homepage config from node jail run: |