Skip to content

Commit

Permalink
Fix CI installed bindgens
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Aug 28, 2024
1 parent 23daeef commit 4d324b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-language-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ inputs.csharp }}
working-directory: lib/bindings
run: |
cargo install uniffi-bindgen-cs --git https://github.com/breez/uniffi-bindgen-cs --branch namespace
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.0+v0.25.0
uniffi-bindgen-cs src/breez_sdk_liquid.udl -o ffi/csharp -c ./uniffi.toml
- name: Archive C# binding
Expand All @@ -143,7 +143,7 @@ jobs:
if: ${{ inputs.golang }}
working-directory: lib/bindings
run: |
cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.1.5+v0.23.0
cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.2.1+v0.25.0
uniffi-bindgen-go src/breez_sdk_liquid.udl -o ffi/golang -c ./uniffi.toml
- name: Archive golang binding
Expand Down

0 comments on commit 4d324b1

Please sign in to comment.