Install libclang for monero_c consistency
Some checks failed
consistency / checksum sync (push) Successful in 7s
consistency / Dart bindings sync (push) Failing after 1m7s

This commit is contained in:
Codex
2026-04-09 13:02:52 +02:00
parent a8d16f918c
commit cebd4cb419

View File

@@ -45,6 +45,11 @@ jobs:
fetch-depth: 1
submodules: false
- name: Install libclang for ffigen
run: |
sudo apt-get update
sudo apt-get install -y clang libclang-14-dev llvm-14
- name: Setup Flutter
uses: https://github.com/subosito/flutter-action@v2
with:
@@ -56,6 +61,8 @@ jobs:
dart pub get
- name: Regenerate Dart bindings
env:
LIBCLANG_PATH: /usr/lib/llvm-14/lib
run: |
cd impls/monero.dart
./update_bindings.sh