ci: build sharp from source for FreeBSD

This commit is contained in:
svemagie
2026-03-31 09:53:00 +02:00
parent 79f89023b0
commit aba4a41dd7
+2 -2
View File
@@ -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: |