Skip to content

Commit

Permalink
Clarify NDK setup step name in Tauri workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Nov 26, 2024
1 parent 1c00b77 commit 8af0264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
if: matrix.name == 'Android' # This must match the platform value defined above.
uses: android-actions/setup-android@v3

- name: Setup Android NDK (android only)
if: matrix.name == 'Android' # This must match the platform value defined above.
- name: Setup Android NDK (for android)
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
Expand Down

0 comments on commit 8af0264

Please sign in to comment.