Skip to content

Commit

Permalink
Install libsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Mar 7, 2024
1 parent af2886d commit 96695ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/celest_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96695ac

Please sign in to comment.