Skip to content

Commit aad994b

Browse files
committed
force use NDK 27.3
1 parent 87041a8 commit aad994b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ jobs:
1616
build:
1717
name: build-android-ijk-aar
1818
runs-on: macos-15
19-
2019
steps:
20+
- uses: nttld/setup-ndk@v1
21+
id: setup-ndk
22+
with:
23+
ndk-version: r27c
24+
add-to-path: true
25+
local-cache: false
2126
- name: Checkout
2227
uses: actions/checkout@v3
2328
with:

0 commit comments

Comments
 (0)