提交 fe0d6767 authored 作者: JarvanMo's avatar JarvanMo

update ci/di

上级 455ed681
...@@ -48,13 +48,14 @@ jobs: ...@@ -48,13 +48,14 @@ jobs:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-java@v2 - name: Set up JDK 17
uses: actions/setup-java@v3
with: with:
distribution: "adopt" java-version: '17'
java-version: "12.x" distribution: 'temurin'
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
- run: flutter pub get - 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 - run: cd example; flutter build apk --debug
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论