Use sudo to run apt.

This commit is contained in:
Jelmer Vernooij 2021-03-15 21:30:05 +00:00
parent ed7238d396
commit 1acda140cf
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -24,7 +24,7 @@ jobs:
python setup.py develop
- name: Install Debian-specific dependencies
run: |
apt install libapt-pkg-dev
sudo apt install libapt-pkg-dev
python -m pip install git+https://salsa.debian.org/apt-team/python-apt
python -m pip install -e ".[debian]"
mkdir -p ~/.config/breezy/plugins