We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install-ndk
1 parent 3682529 commit bb26f88Copy full SHA for bb26f88
.github/workflows/release_crypto.yml
@@ -54,6 +54,12 @@ jobs:
54
- name: Install android sdk
55
uses: malinskiy/action-android/install-sdk@release/0.1.4
56
57
+ - name: Install android ndk
58
+ uses: nttld/setup-ndk@v1
59
+ id: install-ndk
60
+ with:
61
+ ndk-version: r27
62
+
63
# - name: Create symlinks for buildchain
64
# run: |
65
# export PATH="${{ steps.install-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH"
0 commit comments