Skip to content

Commit

Permalink
Fixed python3-setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Aug 28, 2024
1 parent 9418321 commit a33956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt-get update
# Dependencies for installation
sudo apt-get install gettext python-setuptools
sudo apt-get install gettext python3-setuptools
# Dependencies for execution
sudo apt-get install gir1.2-gtk-3.0 gobject-introspection libcairo2-dev libgirepository1.0-dev python3-gi
Expand Down

0 comments on commit a33956d

Please sign in to comment.