From aba4a41dd729703afed4bc277357f6486abc3ad3 Mon Sep 17 00:00:00 2001 From: svemagie Date: Tue, 31 Mar 2026 09:53:00 +0200 Subject: [PATCH] ci: build sharp from source for FreeBSD --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |