From aaff8bd8b0844d7ba817c9d33f84dd80c44785fd Mon Sep 17 00:00:00 2001 From: 13574 <1357496606@qq.com> Date: Fri, 8 Sep 2023 11:39:49 +0800 Subject: [PATCH] ci --- .github/workflows/android_ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 6efa43a..fb117d0 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -16,16 +16,17 @@ jobs: with: format: YYYYMMDD-HH utcOffset: "+08:00" + - uses: actions/checkout@v3 + - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603 - name: set up JDK 11 uses: actions/setup-java@v3 with: java-version: '11' distribution: 'adopt' cache: gradle - - - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603 - name: Install dart dependencies + + - name: Install dependencies run: flutter pub get - name: Decode Keystore