Skip to content

Commit

Permalink
Update the C# uniffi generator
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Nov 1, 2023
1 parent e7c2361 commit ac72e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- feature/*
- release/*
- misc/*
- chore/*
- misc/*
- develop
- main
jobs:
Expand Down Expand Up @@ -160,7 +162,7 @@ jobs:
repository: radixdlt/uniffi-bindgen-cs
path: uniffi-bindgen-cs
submodules: 'recursive'
ref: f1a6ef67449b47028fd5c3d8e5c6d3b80ddefd2b
branch: feature/arrays
- uses: actions/download-artifact@v3
with:
path: artifacts
Expand Down
2 changes: 1 addition & 1 deletion uniffi_bindgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ bindgen swift
bindgen kotlin
bindgen python

uniffi-bindgen-cs src/radix_engine_toolkit_uniffi.udl --lib-file ./target/debug/libradix_engine_toolkit_uniffi.a --out-dir output
uniffi-bindgen-cs src/radix_engine_toolkit_uniffi.udl --lib-file ./target/debug/libradix_engine_toolkit_uniffi.dylib --out-dir output

0 comments on commit ac72e90

Please sign in to comment.