Skip to content

Commit

Permalink
python3-pyaudio portaudio19-dev libasound-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 28, 2024
1 parent 1f95524 commit 55da43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyaudio_on_py3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- if: runner.os == 'Linux'
run: |
sudo apt-get update -qq
sudo apt-get install --yes python3-pyaudio
sudo apt-get install --yes python3-pyaudio portaudio19-dev libasound-dev
- if: runner.os == 'macOS'
run: |
brew install portaudio
Expand Down

0 comments on commit 55da43d

Please sign in to comment.