Skip to content

Commit d9b4d22

Browse files
committed
chore: try fixing Linux CI
1 parent 554c026 commit d9b4d22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci_linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
uses: subosito/flutter-action@v2
1919
with:
2020
channel: 'stable'
21-
21+
- name: Install Flutter Linux Dependencies
22+
run: |
23+
sudo apt-get update -y
24+
sudo apt-get install -y ninja-build libgtk-3-dev
2225
- name: Prepare Flutter Dependencies
2326
run: |
2427
flutter pub get

0 commit comments

Comments
 (0)