diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index ae243811..96abc81e 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -105,6 +105,8 @@ jobs: uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 with: cache: true + - name: Install dependencies + run: apt-get update && apt-get install -y libsecret-1-dev - name: Get Packages working-directory: packages/celest_core run: dart pub get