mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
ci
This commit is contained in:
7
.github/workflows/android_ci.yml
vendored
7
.github/workflows/android_ci.yml
vendored
@@ -16,16 +16,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
format: YYYYMMDD-HH
|
format: YYYYMMDD-HH
|
||||||
utcOffset: "+08:00"
|
utcOffset: "+08:00"
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
|
- name: Install dependencies
|
||||||
name: Install dart dependencies
|
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
- name: Decode Keystore
|
- name: Decode Keystore
|
||||||
|
|||||||
Reference in New Issue
Block a user