This commit is contained in:
hiddify-com
2024-06-01 15:19:40 +02:00
parent 4c48ae51f1
commit 762fa83fcf

View File

@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.16.0 #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'stable'
# flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'master'
cache: true
- name: Prepare
@@ -111,9 +111,10 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2.16.0 #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
# flutter-version: ${{ env.FLUTTER_VERSION }}
# flutter-version-file: pubspec.yaml
channel: 'stable'
# channel: 'stable'
channel: 'master'
cache: true