refactor: use metaglot to enable i18n for Windows artifact

This commit is contained in:
2026-09-22 13:53:16 +08:00
parent f946247d1d
commit 447a6b45af
22 changed files with 519 additions and 83 deletions
+6
View File
@@ -7,6 +7,12 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Install MetaGlot
run: uv tool install git+https://github.com/SarasasChipWorkshop/metaglot.git
- name: Get build dept.
run: |
sudo apt update