Skip to content

Commit

Permalink
Try to install the missig deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjovcheska committed Jan 30, 2025
1 parent 1fff587 commit 93c8454
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libasound2 \
libicu72 \
libffi8 \
libx264-164
- name: Install dependencies
run: pnpm i --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion apps/widget-builder/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function Home() {
},
}}
>
Enter Builder
Enter Builder Text
</Button>
<BookDemoBtn
sx={{
Expand Down

0 comments on commit 93c8454

Please sign in to comment.