mirror of
https://github.com/vlang/v.git
synced 2025-09-09 15:27:05 -04:00
ci: make the vab-compiles-v-examples
job, more robust to github runner and Android SDK changes (#20462)
This commit is contained in:
parent
fd269cad87
commit
28e810d92e
8
.github/workflows/vab_ci.yml
vendored
8
.github/workflows/vab_ci.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: vab CI
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
push:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
@ -19,7 +20,7 @@ jobs:
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: 8
|
||||
java-version: 11
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build V
|
||||
@ -38,7 +39,10 @@ jobs:
|
||||
run: vab --help
|
||||
|
||||
- name: Run vab doctor
|
||||
run: vab doctor
|
||||
run: |
|
||||
vab doctor
|
||||
which d8 || true
|
||||
which dx || true
|
||||
|
||||
- name: Build graphical V examples as APK
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user