Skip to content

Commit

Permalink
python3-apt again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Feb 29, 2024
1 parent ba27f45 commit 36ad4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y build-essential python3-pip python3-apt apt-file dpkg-dev fakeroot build-essential devscripts debhelper
sudo apt-get install -y build-essential apt-file dpkg-dev fakeroot build-essential devscripts debhelper
sudo apt-get install -y --reinstall python3-pip python3-apt
pip3 install build wheel2deb
- name: Checkout
Expand Down

0 comments on commit 36ad4ac

Please sign in to comment.