Skip to content

Commit 16d7aa5

Browse files
committed
Install NDK
1 parent d91af73 commit 16d7aa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: lts/jod
36+
# Version here should match the one in React Native template and packages/react-native-node-api-cmake/src/cli.ts
37+
- run: sdkmanager --install "ndk;27.1.12297006"
3638
- run: npm ci
3739
- run: npm run build
3840
- run: npm run build-weak-node-api --workspace react-native-node-api-modules

0 commit comments

Comments
 (0)