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 21, 2024
1 parent 58b4f80 commit 14aa21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ 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 locate libfuse2
sudo apt-get install libmpv-dev mpv libayatana-appindicator3-dev ninja-build libgtk-3-dev rpm patchelf locate libfuse2 plocate
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool && mv appimagetool /usr/local/bin/
locate limpv.so
- name: Flutter doctor
run: flutter doctor
Expand Down

0 comments on commit 14aa21a

Please sign in to comment.