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:
parent
813937b170
commit
523b0faa40
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue