aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/tools.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tools.yml')
-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 \