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