ci: run UniFFI codegen script in workflow (if available)
This commit is contained in:
parent
f76584a50e
commit
9f03b9b34d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -74,6 +74,10 @@ jobs:
|
||||||
echo "=== Cargo.lock entries for key crates ===" > ci-diagnostics/cargo-lock-entries.txt
|
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
|
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
|
- name: Debug: cargo metadata & dependency tree
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ci-diagnostics
|
mkdir -p ci-diagnostics
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue