Skip to content

Commit ce89308

Browse files
committed
wtf...cant replicate the error locally.
1 parent aa1ba5f commit ce89308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutter": "main"
2+
"flutter": "beta"
33
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
channel: main
21+
channel: beta
2222
cache: true
2323

2424
- name: Install melos

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"dart.flutterSdkPath": ".fvm/versions/main"
2+
"dart.flutterSdkPath": ".fvm/versions/beta"
33
}

0 commit comments

Comments
 (0)