We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352aac8 commit 6db8d0eCopy full SHA for 6db8d0e
.github/workflows/publish-spm.yaml
@@ -36,8 +36,7 @@ jobs:
36
- name: Run bdk-ffi-bindgen
37
working-directory: build/bdk-ffi
38
run: |
39
- cargo run --package bdk-ffi-bindgen -- --language swift --out-dir ../bdk-swift/Sources/BitcoinDevKit
40
-
+ cargo run --bin uniffi-bindgen generate src/bdk.udl --language swift --out-dir ../bdk-swift/Sources/BitcoinDevKit --no-format
41
- name: Build bdk-ffi for x86_64-apple-darwin
42
working-directory: build
43
0 commit comments