Commit 29ec024

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-01-21 19:46:04
use beta channel for CI
1 parent e5efbbf
Changed files (1)
.github
workflows
.github/workflows/CI.yml
@@ -22,6 +22,7 @@ jobs:
     - uses: subosito/flutter-action@v2
       with:
         flutter-version: '3.18.0-0.2.pre'
+        channel: 'beta'
     - run: flutter pub get
     - run: flutter test
 
@@ -37,6 +38,7 @@ jobs:
     - uses: subosito/flutter-action@v2
       with:
         flutter-version: '3.18.0-0.2.pre'
+        channel: 'beta'
     - run: flutter pub get
     
     - run: flutter build apk --flavor github --debug