Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Sep 1, 2024
1 parent cd77c81 commit 418a5df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
flutter-version: 3.0.5

- name: Test Installation
run: flutter doctor -v
run: |
flutter doctor -v
sudo apt install ninja-build -y -s
sudo apt install libgtk-3-dev
- name: Buid Linux
run: flutter build linux --release
Expand Down

0 comments on commit 418a5df

Please sign in to comment.