🔨 Update the linux build workflow to fix missing libsecret

This commit is contained in:
2025-07-22 22:36:42 +08:00
parent 80bf6c3bbe
commit 19f0e11384

View File

@@ -59,7 +59,7 @@ jobs:
sudo apt-get install -y libnotify-dev
sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt-get install -y gstreamer-1.0
sudo apt-get install -y libsecret-1-0
sudo apt-get install -y libsecret-1-dev
- run: flutter pub get
- run: flutter build linux
- name: Archive production artifacts