Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ogios committed Oct 28, 2023
1 parent 1f48e38 commit 1092365
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
with:
flutter-version: "3.13.8"

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Patch for linux build
run: |
flutter doctor
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
flutter doctor
- name: flutter get dependency
run: |
Expand Down

0 comments on commit 1092365

Please sign in to comment.