diff --git a/.github/workflows/stream_flutter_workflow.yml b/.github/workflows/stream_flutter_workflow.yml index 2552a1435..5c97dcbe3 100644 --- a/.github/workflows/stream_flutter_workflow.yml +++ b/.github/workflows/stream_flutter_workflow.yml @@ -95,6 +95,9 @@ jobs: channel: stable cache: true cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }} + # This step is needed due to https://github.com/actions/runner-images/issues/11279 + - name: Install SQLite3 + run: sudo apt-get update && sudo apt-get install -y sqlite3 libsqlite3-dev - name: "Install Tools" run: | flutter pub global activate melos