Skip to content

Commit bb26f88

Browse files
committed
We need the step install-ndk to release the crypto SDK.
1 parent 3682529 commit bb26f88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release_crypto.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- name: Install android sdk
5555
uses: malinskiy/action-android/install-sdk@release/0.1.4
5656

57+
- name: Install android ndk
58+
uses: nttld/setup-ndk@v1
59+
id: install-ndk
60+
with:
61+
ndk-version: r27
62+
5763
# - name: Create symlinks for buildchain
5864
# run: |
5965
# export PATH="${{ steps.install-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH"

0 commit comments

Comments
 (0)