Fix workflow for Ubuntu 24.04, finalize translations for v1.3.0

This commit is contained in:
2025-01-13 13:54:51 -05:00
parent adea7ad35f
commit f2ae4b26ba
9 changed files with 300 additions and 296 deletions

View File

@@ -19,7 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install ccache for Nuitka
run: sudo apt update && sudo apt install -y ccache libicu70
run: |
sudo apt update && \
sudo apt install -y ccache patchelf
- name: Set up Python 3.12
uses: actions/setup-python@v5
with: