From 24031f0a98124fbaaedce95e9f7b768d240c3497 Mon Sep 17 00:00:00 2001 From: David Senk Date: Tue, 3 Sep 2024 17:58:53 -0400 Subject: [PATCH] added dev dependencies for linux --- .github/workflows/linux-web.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/linux-web.yaml b/.github/workflows/linux-web.yaml index e75ff87..b62d73a 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -22,6 +22,11 @@ jobs: channel: 'stable' flutter-version: '3.24.1' + - name: install dev dependencies + run: | + sudo apt-get update -y + sudo apt-get install -y ninja-build libgtk-3-dev + - name: Install dependencies run: flutter pub get