Skip to content

Commit

Permalink
chore(build): Add necessary build dependencies for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Jan 5, 2025
1 parent f21ead2 commit 41bfacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev mpv libmpv-dev dpkg-dev p7zip-full p7zip-rar
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev mpv libmpv-dev dpkg-dev p7zip-full p7zip-rar libsecret-1-0 libjsoncpp-dev
- name: Install Flutter
uses: subosito/[email protected]
Expand Down

0 comments on commit 41bfacc

Please sign in to comment.