Skip to content

Commit 6cfc0df

Browse files
committed
Forgot -y.
1 parent b3ddf33 commit 6cfc0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codetest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
cache: 'pip'
2222
- name: Install dependencies
2323
run: |
24+
sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
2425
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV
2526
python -m pip install --progress-bar off --upgrade pip
2627
pip install --progress-bar off wheel

0 commit comments

Comments
 (0)