File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 27
27
touch src/version.rs
28
28
RUSTFLAGS="--cfg=c_bindings" cargo check --features std
29
29
- name : Install cbindgen
30
- run : cargo install --version 0.20.0 cbindgen
30
+ run : |
31
+ git clone https://github.com/eqrion/cbindgen
32
+ cd cbindgen/
33
+ git checkout v0.20.0
34
+ cargo update -p indexmap --precise "1.6.2" --verbose
35
+ cargo install --locked --path .
31
36
- name : Checkout Rust-Lightning git
32
37
run : |
33
38
git clone https://github.com/rust-bitcoin/rust-lightning
78
83
with :
79
84
fetch-depth : 0
80
85
- name : Install cbindgen
81
- run : cargo install --version 0.20.0 cbindgen
86
+ run : cargo install cbindgen
82
87
- name : Checkout Rust-Lightning git
83
88
run : |
84
89
git clone https://github.com/rust-bitcoin/rust-lightning
You can’t perform that action at this time.
0 commit comments