1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

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
No known key found for this signature in database
GPG key ID: DD1F490C879BFA91

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
```