From afac703cb66f1b97f47f2436e8f0a232a44a27a7 Mon Sep 17 00:00:00 2001 From: Sebastian Rust Date: Fri, 6 Feb 2026 09:29:23 +0100 Subject: [PATCH] fix(cicd): wtf is wrong with the runner --- .gitea/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c4e54b2..952b8d7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' + check-latest: true cache: 'pip' - name: Install dependencies