mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
CI: fixed Android build on Ubuntu-latest by expliciting Gradle version to < 9.x.
This commit is contained in:
parent
caddd26fb9
commit
e9ea19086b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -654,8 +654,12 @@ jobs:
|
|||
name: Build - Android
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v6
|
||||
with:
|
||||
gradle-version: '8.14.5'
|
||||
|
||||
- uses: actions/checkout@v6
|
||||
- name: Build example_android_opengl3
|
||||
run: |
|
||||
cd examples/example_android_opengl3/android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue