Skip to content

Commit c10f862

Browse files
JSKittyclaude
andcommitted
fix: add NDK toolchain to PATH for openssl-sys build
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8e5789c commit c10f862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
run: |
125125
sdkmanager --install "ndk;29.0.14206865"
126126
echo "NDK_HOME=$ANDROID_HOME/ndk/29.0.14206865" >> $GITHUB_ENV
127+
echo "$ANDROID_HOME/ndk/29.0.14206865/toolchains/llvm/prebuilt/linux-x86_64/bin" >> $GITHUB_PATH
127128
128129
- name: Install system dependencies
129130
run: |

0 commit comments

Comments
 (0)