Use sudo to run apt.
This commit is contained in:
parent
ed7238d396
commit
1acda140cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
- name: Install Debian-specific dependencies
|
- name: Install Debian-specific dependencies
|
||||||
run: |
|
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 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