aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2024-08-02 12:24:56 -0700
committerMike Schuchardt <mikes@lunarg.com>2024-08-02 12:47:01 -0700
commitef0055cd52215ed4763f0c97eb5ae1b5c64bffcb (patch)
tree911faa390967ef9ea11a00f58010a1bf5a463015
parent46df205dcad665b652f57ee580d78051925b296a (diff)
downloadusermoji-ef0055cd52215ed4763f0c97eb5ae1b5c64bffcb.tar.xz
ci: Hardcode NDK r25
Cube is using a deprecated API for r27 https://github.com/KhronosGroup/Vulkan-Tools/issues/1015
-rw-r--r--.github/workflows/tools.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index aae55840..38e5c9ac 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -178,6 +178,9 @@ jobs:
python-version: '3.8'
- uses: lukka/get-cmake@latest
- name: Configure
+ env:
+ # workaround for https://github.com/KhronosGroup/Vulkan-Tools/issues/1015
+ ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/25.2.9519653
run: |
cmake -S . -B build/ --toolchain $ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake \
-D ANDROID_PLATFORM=23 \