Skip to content

Commit

Permalink
update ci/di
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Aug 3, 2023
1 parent 455ed68 commit fe0d676
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: "12.x"
java-version: '17'
distribution: 'temurin'
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;25.2.9519653"
- run: cd example; flutter build apk --debug

0 comments on commit fe0d676

Please sign in to comment.