Skip to content

Commit edc71a0

Browse files
committed
Add intltool
Fixes installation of python-apt: running build_i18n intltool-update -p -g python-apt error: command 'intltool-update' failed: No such file or directory [end of output]
1 parent a0dd2e5 commit edc71a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install libapt-pkg-dev
25+
sudo apt-get install libapt-pkg-dev intltool
2626
python -m pip install --upgrade pip
2727
python -m pip install tox tox-gh-actions
2828
- name: Test with python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)