From 523b0faa401f8ab9cc7df456b85746291a8a8d81 Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Thu, 6 Jan 2022 11:45:16 +0000 Subject: [PATCH] update readme for linux desktop dependencies (closes #49) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9283012..38255033 100644 --- a/README.md +++ b/README.md @@ -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 ```