Skip to content

Commit

Permalink
Remove python as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Feb 15, 2024
1 parent 3607b75 commit 563c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt install -y build-essential debhelper devscripts dh-python \
gettext libglib2.0-bin python python3-all python3-setuptools python3-sphinx
gettext libglib2.0-bin python3-all python3-setuptools python3-sphinx
- name: build-deb
run: |
Expand Down

0 comments on commit 563c7ca

Please sign in to comment.