Update .forgejo/workflows/build.yml
Some checks failed
Test / Check syntax (push) Failing after 12s
Test / Test the application (push) Has been skipped
Test / Build Debian Package (push) Has been skipped

This commit is contained in:
Nova Cat 2025-01-20 18:12:39 -08:00
parent 381c763a3c
commit 337ef45e17

View file

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