fix: bundle PyGObject Cairo support
Build AppImage / build-appimage (push) Successful in 43s

This commit is contained in:
2026-08-03 20:40:43 +02:00
parent da0d68f9bc
commit 65b70e3350
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ jobs:
python3-cairo \
python3-evdev \
python3-gi \
python3-gi-cairo \
python3-xlib \
squashfs-tools
+1
View File
@@ -16,6 +16,7 @@ class GiteaActionsWorkflowTests(unittest.TestCase):
self.assertIn("workflow_dispatch:", workflow)
self.assertIn("runs-on: ubuntu-latest", workflow)
self.assertIn("container: node:24-trixie", workflow)
self.assertIn("python3-gi-cairo", workflow)
self.assertIn("./packaging/build-appimage.sh", workflow)
self.assertIn("actions/upload-artifact@v3", workflow)
self.assertIn("path: build/Korin-Timer.AppImage", workflow)