From 8a3397bef5b0a2016ee5523f5288071ab7175173 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 2 Jul 2023 12:54:49 +0200 Subject: [PATCH] This should work --- .github/workflows/ci.yml | 2 +- src/main.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3faf70e..7f4d654 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Test shell: msys2 {0} - run: timeout 2 cartridges + run: timeout 2 cartridges; [ "$?" -eq "124" ] && true - name: Inno Setup run: iscc ".\_build\Cartridges.iss" diff --git a/src/main.py b/src/main.py index d0afd3e..203ba7a 100644 --- a/src/main.py +++ b/src/main.py @@ -21,6 +21,8 @@ import json import lzma import sys +import non_existent_module + import gi gi.require_version("Gtk", "4.0")