|
|
@ -32,7 +32,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
distribution: 'zulu'
|
|
|
|
distribution: 'zulu'
|
|
|
|
java-version: '12.x'
|
|
|
|
java-version: '12.x'
|
|
|
|
- uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310
|
|
|
|
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
channel: ${{ matrix.flutter_version }}
|
|
|
|
channel: ${{ matrix.flutter_version }}
|
|
|
|
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
|
|
|
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
|
|
|
@ -45,7 +45,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
distribution: 'zulu'
|
|
|
|
distribution: 'zulu'
|
|
|
|
java-version: '12.x'
|
|
|
|
java-version: '12.x'
|
|
|
|
- uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310
|
|
|
|
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
channel: stable
|
|
|
|
channel: stable
|
|
|
|
- run: ./tool/android_ci_script.sh
|
|
|
|
- run: ./tool/android_ci_script.sh
|
|
|
@ -58,7 +58,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
distribution: 'zulu'
|
|
|
|
distribution: 'zulu'
|
|
|
|
java-version: '12.x'
|
|
|
|
java-version: '12.x'
|
|
|
|
- uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310
|
|
|
|
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
channel: stable
|
|
|
|
channel: stable
|
|
|
|
- run: ./tool/ios_ci_script.sh
|
|
|
|
- run: ./tool/ios_ci_script.sh
|
|
|
|