Skip to content

Commit

Permalink
Update flutter_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldstone authored Jan 17, 2025
1 parent 8a99ca6 commit fcdcf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- run: flutter pub get
- run: flutter analyze
- run: flutter build appbundle
- run: flutter build linux
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter build linux
#- run: flutter test
build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit fcdcf37

Please sign in to comment.