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

update build_test

上级 ce116bf9
......@@ -29,13 +29,13 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
java-version: "12.x"
- 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: cd example; flutter build apk --debug
- 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: cd example; flutter build apk --debug
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论