Skip to content

Commit

Permalink
We need the step install-ndk to release the crypto SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Sep 17, 2024
1 parent 3682529 commit bb26f88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Install android sdk
uses: malinskiy/action-android/install-sdk@release/0.1.4

- name: Install android ndk
uses: nttld/setup-ndk@v1
id: install-ndk
with:
ndk-version: r27

# - name: Create symlinks for buildchain
# run: |
# export PATH="${{ steps.install-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH"
Expand Down

0 comments on commit bb26f88

Please sign in to comment.