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.
cbindgen
1 parent 1434d22 commit 2575248Copy full SHA for 2575248
.github/workflows/build.yml
@@ -661,7 +661,11 @@ jobs:
661
- name: Install cbindgen
662
run: |
663
. $HOME/.cargo/env
664
- cargo install cbindgen
+ git clone https://github.com/eqrion/cbindgen
665
+ cd cbindgen/
666
+ git checkout v0.20.0
667
+ cargo update -p indexmap --precise "1.6.2" --verbose
668
+ cargo install --locked --path .
669
- name: Checkout Rust-Lightning and LDK-C-Bindings git
670
671
git config --global user.email "[email protected]"
0 commit comments