Skip to content

Commit 80a0fc7

Browse files
Teodor Ciuraruclaude
andcommitted
fix: install libffi-dev for Ditto SDK native library loading
Added libffi-dev dependency installation to resolve UnsatisfiedLinkError with FFI symbols when loading Ditto SDK native libraries in Ubuntu CI. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0a0fa94 commit 80a0fc7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/java-spring-browserstack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Setup Android SDK
3131
uses: ./.github/actions/android-sdk-setup
3232

33+
- name: Install FFI dependencies for Ditto SDK
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install -y libffi-dev
37+
3338
- name: Setup Ditto Environment
3439
uses: ./.github/actions/ditto-env-setup
3540
with:

0 commit comments

Comments
 (0)