From 5c1228a0177577eef64c1505c54eccb7250b090a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 13 Jan 2026 01:13:22 +0100 Subject: [PATCH] Fix CI: add tailwindcss oxide Linux binding --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc52a5d..e6ac6f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,10 @@ jobs: npm ci # package-lock.json was generated on macOS and is missing Linux native bindings # 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 + npm install --no-save --force \ + @parcel/watcher-linux-x64-glibc@2.5.1 \ + lightningcss-linux-x64-gnu@1.30.2 \ + @tailwindcss/oxide-linux-x64-gnu@4.1.18 - name: Build run: npm run build