Update .forgejo/workflows/build.yml

This commit is contained in:
Nova Cat 2025-01-20 18:13:33 -08:00
parent 337ef45e17
commit 32f51811c5

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: apt update && apt install xmllib2
run: apt update && apt install libxml2-utils
- name: Check syntax of Python file
run: python3 -m py_compile sweecrypt-gtk.py
- name: Check syntax of XML file