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