Skip to content

Commit

Permalink
python3-apt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Feb 28, 2024
1 parent 82ef6ea commit ba27f45
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ba27f45

Please sign in to comment.