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 2b0ad07 commit 4b41e1aCopy full SHA for 4b41e1a
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: subosito/flutter-action@v2
18
- run: |
19
sudo apt-get update -y
20
- sudo apt-get install -y ninja-build libgtk-3-dev
+ sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev
21
- run: flutter config --enable-linux-desktop
22
- run: cd example && flutter build linux -v
23
build-macos:
0 commit comments