mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
Fix CI: add tailwindcss oxide Linux binding
This commit is contained in:
parent
9de970ed24
commit
5c1228a017
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue