From 9de970ed249fbf869c029a8e006545d08b52eef2 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 13 Jan 2026 01:11:15 +0100 Subject: [PATCH] Fix CI: also install lightningcss Linux binding --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ff22a73..cbc52a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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