comment
This commit is contained in:
parent
b23cad3e1b
commit
036fd40d52
2 changed files with 6 additions and 0 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
@ -12,6 +12,9 @@ jobs:
|
|||
name: Check code quality.
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Flutter SDK is pulled from https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json
|
||||
# or, as displayed at https://docs.flutter.dev/development/tools/sdk/releases?tab=linux
|
||||
# Available versions may lag behind https://github.com/flutter/flutter.git
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '2.10.4'
|
||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
with:
|
||||
java-version: '11.x'
|
||||
|
||||
# Flutter SDK is pulled from https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json
|
||||
# or, as displayed at https://docs.flutter.dev/development/tools/sdk/releases?tab=linux
|
||||
# Available versions may lag behind https://github.com/flutter/flutter.git
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '2.10.4'
|
||||
|
|
Loading…
Reference in a new issue