🔨 Fix linux build missing deps

This commit is contained in:
LittleSheep 2025-02-15 13:43:21 +08:00
parent 5d3cadefef
commit 63567bf708

View File

@ -54,6 +54,7 @@ jobs:
sudo apt-get install -y ninja-build libgtk-3-dev sudo apt-get install -y ninja-build libgtk-3-dev
sudo apt-get install libmpv-dev mpv sudo apt-get install libmpv-dev mpv
sudo apt-get install libayatana-appindicator3-dev sudo apt-get install libayatana-appindicator3-dev
sudo apt-get install keybinder-3.0
- run: flutter pub get - run: flutter pub get
- run: flutter build linux - run: flutter build linux
- name: Archive production artifacts - name: Archive production artifacts