Skip to content

Commit 895e439

Browse files
committed
Add comment to remind us of this issue
1 parent 33a9d4d commit 895e439

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release_crypto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
java-version: '17'
4848
distribution: 'temurin' # See 'Supported distributions' for available options
4949

50+
# Note: the install android SDK step resets the `ANDROID_HOME` variable to a new folder with an update SDK but no NDK,
51+
# so we need to set this NDK_PATH before that happens
5052
- name: Configure android ndk
5153
run: |
5254
NDK_PATH=$ANDROID_HOME/ndk/$NDK_VERSION

.github/workflows/release_sdk_parallel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
java-version: '17'
4848
distribution: 'temurin' # See 'Supported distributions' for available options
4949

50+
# Note: the install android SDK step resets the `ANDROID_HOME` variable to a new folder with an update SDK but no NDK,
51+
# so we need to set this NDK_PATH before that happens
5052
- name: Configure android ndk
5153
run: |
5254
NDK_PATH=$ANDROID_HOME/ndk/$NDK_VERSION

0 commit comments

Comments
 (0)