Skip to content

Commit

Permalink
ci: use fvm 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias-worldline committed Jun 3, 2024
1 parent b108c8c commit e43546a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .fvm/fvm_config.json

This file was deleted.

3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "3.16.9"
}
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- name: Configure enviroment
uses: actions/checkout@v3
- uses: kuhnroyal/flutter-fvm-config-action@v1
with:
path: '.fvmrc'
- name: Download flutter
uses: subosito/flutter-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.history
.svn/
migrate_working_dir/
.fvm/flutter_sdk
.fvm/

# IntelliJ related
*.iml
Expand Down

0 comments on commit e43546a

Please sign in to comment.