Fix CI: also install lightningcss Linux binding

This commit is contained in:
Mario Zechner 2026-01-13 01:11:15 +01:00
parent 38546e3e82
commit 9de970ed24

View file

@ -33,8 +33,8 @@ jobs:
run: |
npm ci
# package-lock.json was generated on macOS and is missing Linux native bindings
# Install the parcel watcher binding needed by tailwindcss
npm install --no-save --force @parcel/watcher-linux-x64-glibc@2.5.1
# Install bindings needed by tailwindcss
npm install --no-save --force @parcel/watcher-linux-x64-glibc@2.5.1 lightningcss-linux-x64-gnu@1.30.2
- name: Build
run: npm run build