Skip to content

Commit

Permalink
Update linux-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet authored Sep 5, 2024
1 parent bf5c34c commit 506b3be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: install required deps for linux package
run: |
sudo apt-get install libmpv-dev mpv libayatana-appindicator3-dev ninja-build libgtk-3-dev rpm patchelf
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool && mv appimagetool /usr/local/bin/
- name: Flutter doctor
run: flutter doctor
Expand Down

0 comments on commit 506b3be

Please sign in to comment.