Skip to content

Commit

Permalink
CI(linux) moved build from cmake to ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
loan-mgt committed Mar 23, 2024
1 parent b7ded11 commit ab0a014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_flutter_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Install build tools
run: |
sudo apt-get update
sudo apt-get install -y cmake make
sudo apt-get install -y cmake make ninja-build # Install Ninja

- name: Build for Linux
run: flutter build linux
Expand Down

0 comments on commit ab0a014

Please sign in to comment.