From fdeed1dfc3879b148203c8f91fae70b9d683ef60 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:47:34 +0200 Subject: [PATCH] tried without node --- .gitea/workflows/pull_request.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index dbc0899..c8d8a70 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -58,10 +58,10 @@ jobs: git config --global --add safe.directory '*' flutter pub get - - name: Install system sqlite - run: | - apt-get update - apt-get install -y libsqlite3-0 + # - name: Install system sqlite + # run: | + # apt-get update + # apt-get install -y libsqlite3-0 - name: Run tests run: flutter test