Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 15, 2023
1 parent 53f76eb commit 0ceba43
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
java-version: "12.x"
cache: 'gradle'

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
cache: true
- name: Set android sign key for app building
run: |
cd android
Expand Down

0 comments on commit 0ceba43

Please sign in to comment.