update readme for linux desktop dependencies (closes #49)

This commit is contained in:
Alif Rachmawadi
2022-01-06 11:45:16 +00:00
parent 813937b170
commit 523b0faa40

View File

@@ -124,6 +124,9 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: beta
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter config --enable-linux-desktop
- run: flutter build linux
```