From bb26f88743cfee4368cf806321f40e26bfe5212f Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 17 Sep 2024 15:05:34 +0200 Subject: [PATCH] We need the step `install-ndk` to release the crypto SDK. --- .github/workflows/release_crypto.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release_crypto.yml b/.github/workflows/release_crypto.yml index f9ed334..ae67602 100644 --- a/.github/workflows/release_crypto.yml +++ b/.github/workflows/release_crypto.yml @@ -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"