ci: run UniFFI codegen script in workflow (if available)

This commit is contained in:
MoCipher 2026-02-20 10:16:27 +01:00
parent f76584a50e
commit 9f03b9b34d

View file

@ -74,6 +74,10 @@ jobs:
echo "=== Cargo.lock entries for key crates ===" > ci-diagnostics/cargo-lock-entries.txt
grep -nE 'bdk|bip39|bip32|bitcoin|rusqlite|hidapi|aes-gcm|rusqlite' Cargo.lock >> ci-diagnostics/cargo-lock-entries.txt || true
- name: Run UniFFI codegen (if available)
run: |
./scripts/uniffi_codegen.sh || true
- name: Debug: cargo metadata & dependency tree
run: |
mkdir -p ci-diagnostics