Try libsndfile1

Topic: install_libsndfile
This commit is contained in:
Hayk Martiros 2022-12-29 11:32:00 -08:00
parent a4740ac3ed
commit 9baf3d534f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Install system packages - name: Install system packages
run: | run: |
sudo apt-get install -y ffmpeg libsndfile sudo apt-get install -y ffmpeg libsndfile1
- name: Install pip packages from requirements.txt - name: Install pip packages from requirements.txt
run: | run: |