We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3424f commit 57a58a4Copy full SHA for 57a58a4
.github/workflows/build-release.yml
@@ -70,6 +70,7 @@ jobs:
70
71
- name: Build application for linux
72
run: |
73
+ sudo apt update
74
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
75
flutter build linux --release
76
cd flatpak/scripts
0 commit comments