Debugging

This commit is contained in:
DarkPhoenix
2025-03-12 16:07:26 +01:00
parent 654f8ed7f5
commit 8a0cb156b2

View File

@@ -22,6 +22,7 @@ for:
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2
# Preparation script dependencies
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook python3-requests
- sh: sudo dpkg -l | grep python3
before_build:
# Prepare pyfa data
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;