mirror of
https://github.com/subosito/flutter-action.git
synced 2026-07-15 09:12:41 +02:00
update readme for linux desktop dependencies (closes #49)
This commit is contained in:
@@ -124,6 +124,9 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: beta
|
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 config --enable-linux-desktop
|
||||||
- run: flutter build linux
|
- run: flutter build linux
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user