Skip to content

Commit 967bcc1

Browse files
committed
chore(ci): recreate CI configuration file for consistency and updates
1 parent ed89ee1 commit 967bcc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v6
1717

18+
- name: Install system audio dependencies
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y libportaudio2 portaudio19-dev
22+
1823
- name: Install UV
1924
uses: astral-sh/setup-uv@v7
2025

0 commit comments

Comments
 (0)