downgrade flutter action
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
env:
|
||||
IS_GITHUB_ACTIONS: 1
|
||||
CHANNEL: "${{ inputs.channel }}"
|
||||
FLUTTER_VERSION: '3.19.x'
|
||||
FLUTTER_VERSION: '3.20.0-1.2.pre'
|
||||
NDK_VERSION: r26b
|
||||
UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}"
|
||||
TAG_NAME: "${{ inputs.tag-name }}"
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: subosito/flutter-action@v2
|
||||
- uses: subosito/flutter-action@v2.12.0 #issue with 2.13
|
||||
with:
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
channel: 'stable'
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
uses: subosito/flutter-action@v2.12.0 #issue with 2.13
|
||||
with:
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
channel: 'stable'
|
||||
|
||||
2
libcore
2
libcore
Submodule libcore updated: d624859007...5c36de643d
@@ -73,11 +73,11 @@ dependencies:
|
||||
wolt_modal_sheet: ^0.4.1
|
||||
dart_mappable: ^4.2.1
|
||||
fluentui_system_icons: ^1.1.229
|
||||
# circle_flags: ^4.0.2
|
||||
http: ^1.2.0
|
||||
timezone_to_country: ^2.1.0
|
||||
json_path: ^0.7.1
|
||||
permission_handler: ^11.3.0
|
||||
# circle_flags: ^4.0.2
|
||||
circle_flags:
|
||||
git: https://github.com/hiddify-com/flutter_circle_flags.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user