Skip to content

Commit 36079e8

Browse files
authored
ndk update to r28c
1 parent bd8a30f commit 36079e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple-android-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: nttld/setup-ndk@v1
8181
id: setup-ndk
8282
with:
83-
ndk-version: r27c
83+
ndk-version: r28c
8484
add-to-path: true
8585
local-cache: false
8686
- name: Checkout code
@@ -90,4 +90,4 @@ jobs:
9090
- name: One Step
9191
run: .github/workflows/onestep.sh ${{ inputs.lib }} ${{ inputs.platform }} ${{ inputs.dryrun }}
9292
env:
93-
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
93+
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}

0 commit comments

Comments
 (0)