Skip to content

Commit 09f18de

Browse files
committed
Add liblzma-dev as well
1 parent 100517d commit 09f18de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app-lingvo.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
sudo apt-get install libsndfile-dev
29+
sudo apt-get update
30+
sudo apt-get install -y libsndfile-dev liblzma-dev
3031
python -m pip install --upgrade pip
3132
pip install flake8 pytest pytype
3233
pip install -r lingvo/requirements.txt

0 commit comments

Comments
 (0)