ci: install Linux build deps (libgtk-3-dev etc.)
Some checks failed
Build & Release / build-linux (push) Has been cancelled
Build & Release / build-windows (push) Has been cancelled
Build & Release / create-release (push) Has been cancelled

This commit is contained in:
Alhan
2026-08-06 06:15:18 +03:00
parent 5f23a0b704
commit 166812c3f7

View File

@@ -17,10 +17,10 @@ jobs:
with:
channel: stable
- name: Install packaging tools
- name: Install Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y patchelf fakeroot dpkg
sudo apt-get install -y libgtk-3-dev ninja-build clang cmake pkg-config patchelf fakeroot dpkg
- name: Get dependencies
run: flutter pub get