Skip to content

Commit

Permalink
linux ci: install libsecret-1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed Jan 16, 2025
1 parent 444377e commit 63c3dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
flutter doctor
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
sudo apt-get install -y ninja-build libgtk-3-dev libsecret-1-dev
flutter doctor
- name: Enable build
if: matrix.buildcommand == 'macos' || matrix.buildcommand == 'linux'
Expand Down

0 comments on commit 63c3dc3

Please sign in to comment.