Skip to content
Prev Previous commit
Next Next commit
python3-apt
  • Loading branch information
jcjones committed Feb 28, 2024
commit ba27f458d33e79c850591744632a3c48261c34e9
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y build-essential python3-pip apt-file dpkg-dev fakeroot build-essential devscripts debhelper
sudo apt-get install -y build-essential python3-pip python3-apt apt-file dpkg-dev fakeroot build-essential devscripts debhelper
pip3 install build wheel2deb

- name: Checkout
Expand Down