mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-05 09:05:20 +00:00
CI: fixed Android build on Ubuntu-latest by expliciting Gradle version to < 9.x.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user