mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 05:02:14 +00:00
Fix CI: also install lightningcss Linux binding
This commit is contained in:
parent
38546e3e82
commit
9de970ed24
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
# package-lock.json was generated on macOS and is missing Linux native bindings
|
# package-lock.json was generated on macOS and is missing Linux native bindings
|
||||||
# Install the parcel watcher binding needed by tailwindcss
|
# Install bindings needed by tailwindcss
|
||||||
npm install --no-save --force @parcel/watcher-linux-x64-glibc@2.5.1
|
npm install --no-save --force @parcel/watcher-linux-x64-glibc@2.5.1 lightningcss-linux-x64-gnu@1.30.2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue