Skip to content

Commit 6610342

Browse files
committed
ci: use flutter beta channel for deploy
- Use beta channel - Disable cache
1 parent 0ff5b29 commit 6610342

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- name: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
channel: 'stable' # Use the stable channel of Flutter
21-
20+
channel: 'beta' # Use the stable channel of Flutter
21+
cache: false
22+
2223
# 3. Get Flutter dependencies
2324
- name: Get dependencies
2425
run: flutter pub get

0 commit comments

Comments
 (0)