Skip to content

Commit

Permalink
update readme for linux desktop dependencies (closes #49)
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Jan 6, 2022
1 parent 813937b commit 523b0fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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
```
Expand Down

0 comments on commit 523b0fa

Please sign in to comment.