We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53886f7 commit 80614ddCopy full SHA for 80614dd
.github/workflows/check.yml
@@ -58,10 +58,8 @@ jobs:
58
uses: android-actions/setup-android@v3
59
# Version here should match the one in React Native template and packages/react-native-node-api-cmake/src/cli.ts
60
- run: sdkmanager --install "ndk;27.1.12297006"
61
- - name: Install LLVM and Clang
62
- uses: KyleMayes/install-llvm-action@v2
63
- with:
64
- version: "18.1"
+ # Add Android NDK's clang to PATH
+ - run: echo "$ANDROID_HOME/ndk/27.1.12297006/toolchains/llvm/prebuilt/linux-x86_64/bin" >> $GITHUB_PATH
65
- run: npm ci
66
- run: npm run build
67
- run: npm run copy-node-api-headers --workspace react-native-node-api-modules
0 commit comments