Skip to content

Commit

Permalink
Update cargo-ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 12, 2024
1 parent b751df8 commit fc49f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/android-ndk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
cargo-ndk:
description: 'Version of Cargo NDK to install'
required: false
default: '2.12.2'
default: '3.5.4'
android-target:
description: 'Android target to activate'
required: true
Expand All @@ -26,7 +26,7 @@ runs:
key: cargo-ndk-bin-${{ inputs.cargo-ndk }}
- run: echo "${{ runner.tool_cache }}/cargo-ndk/bin" >> $GITHUB_PATH
shell: bash
- run: cargo install --root ${{ runner.tool_cache }}/cargo-ndk --version ${{ inputs.cargo-ndk }} cargo-ndk
- run: cargo install --root ${{ runner.tool_cache }}/cargo-ndk --version ${{ inputs.cargo-ndk }} cargo-ndk --locked
shell: bash
- run: cargo ndk-env -t arm64-v8a | grep 'export ' | sed 's/^export //' | sed 's/"//g' >> $GITHUB_ENV
shell: bash

0 comments on commit fc49f38

Please sign in to comment.