Install apt-pkg-dev.
This commit is contained in:
parent
b945a0f677
commit
5c6383a3f6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
- name: Install Debian-specific dependencies
|
- name: Install Debian-specific dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt install libapt-pkg-dev
|
||||||
python -m pip install git+https://salsa.debian.org/apt-team/python-apt
|
python -m pip install git+https://salsa.debian.org/apt-team/python-apt
|
||||||
python -m pip install -e ".[debian]"
|
python -m pip install -e ".[debian]"
|
||||||
mkdir -p ~/.config/breezy/plugins
|
mkdir -p ~/.config/breezy/plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue