From be33de1b132d35bde0342028294f9fe861974a0c Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:41:06 +0200 Subject: [PATCH] tried fixing pipeline again --- .gitea/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 12417da..0644439 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -31,6 +31,8 @@ jobs: test: runs-on: ubuntu-latest + container: + image: ghcr.io/cirruslabs/flutter:stable steps: - name: Checkout code uses: actions/checkout@v4 @@ -57,8 +59,6 @@ jobs: apt-get install -y libsqlite3-0 - name: Run tests - env: - SQLITE3_DYNAMIC_LIBRARY: /usr/lib/x86_64-linux-gnu/libsqlite3.so run: flutter test localizations: