Skip to content

Commit 610f1c3

Browse files
fix(akande): 🚑 ci fixes
1 parent cd87cab commit 610f1c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
with:
9696
python-version: "3.9"
9797

98-
# Install dependencies
98+
# Install system dependencies required by PyAudio
99+
- name: ❯ Install system dependencies 🛠️
100+
run: sudo apt-get update && sudo apt-get install -y portaudio19-dev
101+
102+
# Install Python dependencies
99103
- name: ❯ Install dependencies 📦
100104
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
101105
run: |

0 commit comments

Comments
 (0)