ci: install linux dependencies, libayatana

This commit is contained in:
2025-08-01 14:12:02 -05:00
parent 5bb9f327dc
commit d5536423bb

View File

@@ -27,6 +27,9 @@ jobs:
version: "3.x" version: "3.x"
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: sudo apt-get install libgtk-3-dev libayatana-appindicator3-dev
- name: Build Linux Binary - name: Build Linux Binary
run: task build run: task build