We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vab-compiles-v-examples
1 parent fd269ca commit 28e810dCopy full SHA for 28e810d
.github/workflows/vab_ci.yml
@@ -1,6 +1,7 @@
1
name: vab CI
2
3
on:
4
+ workflow_call:
5
push:
6
paths-ignore:
7
- "**.md"
@@ -19,7 +20,7 @@ jobs:
19
20
- uses: actions/setup-java@v2
21
with:
22
distribution: 'adopt'
- java-version: 8
23
+ java-version: 11
24
25
- uses: actions/checkout@v3
26
- name: Build V
@@ -38,7 +39,10 @@ jobs:
38
39
run: vab --help
40
41
- name: Run vab doctor
- run: vab doctor
42
+ run: |
43
+ vab doctor
44
+ which d8 || true
45
+ which dx || true
46
47
- name: Build graphical V examples as APK
48
run: |
0 commit comments