File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313 cancel-in-progress : true
1414
1515jobs :
16- build-v-examples-as- apk-and-aab :
16+ apk-and-aab :
1717 runs-on : ${{ matrix.os }}
1818 strategy :
1919 matrix :
6767 vab install bundletool
6868 vab install aapt2
6969
70+ - name : Run vab install build-tools
71+ run : vab install "build-tools;29.0.0"
72+
73+ - name : Run vab doctor2
74+ run : vab doctor
75+
7076 - name : Build examples as APK + AAB (Java ${{ matrix.java-version }}) ${{ matrix.android-api }}
7177 run : |
7278
9197 [ -f java-${{ matrix.java-version }}/$example/$package_id.aab ]
9298 done
9399
94- build-v-examples-with- gc-disabled :
100+ gc-disabled :
95101 runs-on : ${{ matrix.os }}
96102 strategy :
97103 matrix :
@@ -156,7 +162,7 @@ jobs:
156162
157163 done
158164
159- build- legacy-v-examples -as-apk-and-aab :
165+ legacy-as-apk-and-aab :
160166 runs-on : ${{ matrix.os }}
161167 strategy :
162168 matrix :
@@ -247,5 +253,3 @@ jobs:
247253 # Checks output inferring
248254 [ -f java-${{ matrix.java-version }}/$example/$package_id.aab ]
249255 done
250-
251-
You can’t perform that action at this time.
0 commit comments