Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 10, 2023
1 parent 9b1f343 commit dade532
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'master'
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: ✅ Enable platforms
run: flutter config --enable-macos-desktop
- name: 📦 Get dependencies
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "5098760d7478aabfe682a462bf121d61bc5dbe5df5aac8dad733564a0aee33bc"
sha256: c247a4f76071c3b97bb5ae8912968870d5565644801c5e09f3bc961b4d874895
url: "https://pub.dev"
source: hosted
version: "12.1.0"
version: "12.1.1"
graphs:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
url: https://github.com/CodeDoctorDE/phosphor-flutter
ref: f370dd2c25d3ea51ffb8f1c7c183bc9f33889c82
path: ^1.8.3
go_router: ^12.1.0
go_router: ^12.1.1
flex_color_scheme: ^7.3.1
flutter_bloc: ^8.1.3
freezed_annotation: ^2.4.1
Expand Down
4 changes: 3 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
* Add executable permission on linux
* Fix start.sh
* Upgrade to flutter 3.16
* Upgrade to agb 8
* Upgrade to agb 8

View all changes in the blog: https://linwood.dev/flow/0.2

0 comments on commit dade532

Please sign in to comment.