|
26 | 26 | with: |
27 | 27 | fetch-depth: 0 |
28 | 28 | - name: Install cbindgen |
29 | | - run: cargo install --version 0.20.0 cbindgen |
| 29 | + run: | |
| 30 | + git clone https://github.com/eqrion/cbindgen |
| 31 | + cd cbindgen/ |
| 32 | + git checkout v0.20.0 |
| 33 | + cargo update -p indexmap --precise "1.6.2" --verbose |
| 34 | + cargo install --locked --path . |
30 | 35 | - name: Checkout Rust-Lightning and LDK-C-Bindings git |
31 | 36 | run: | |
32 | 37 | git config --global user.email "[email protected]" |
@@ -110,7 +115,12 @@ jobs: |
110 | 115 | with: |
111 | 116 | fetch-depth: 0 |
112 | 117 | - name: Install cbindgen |
113 | | - run: cargo install --version 0.20.0 cbindgen |
| 118 | + run: | |
| 119 | + git clone https://github.com/eqrion/cbindgen |
| 120 | + cd cbindgen/ |
| 121 | + git checkout v0.20.0 |
| 122 | + cargo update -p indexmap --precise "1.6.2" --verbose |
| 123 | + cargo install --locked --path . |
114 | 124 | - name: Checkout Rust-Lightning and LDK-C-Bindings git |
115 | 125 | run: | |
116 | 126 | git config --global user.email "[email protected]" |
@@ -160,7 +170,12 @@ jobs: |
160 | 170 | with: |
161 | 171 | fetch-depth: 0 |
162 | 172 | - name: Install cbindgen |
163 | | - run: cargo install --version 0.20.0 cbindgen |
| 173 | + run: | |
| 174 | + git clone https://github.com/eqrion/cbindgen |
| 175 | + cd cbindgen/ |
| 176 | + git checkout v0.20.0 |
| 177 | + cargo update -p indexmap --precise "1.6.2" --verbose |
| 178 | + cargo install --locked --path . |
164 | 179 | - name: Checkout Rust-Lightning and LDK-C-Bindings git |
165 | 180 | run: | |
166 | 181 | git config --global user.email "[email protected]" |
@@ -263,7 +278,7 @@ jobs: |
263 | 278 | - name: Install cbindgen |
264 | 279 | run: | |
265 | 280 | . $HOME/.cargo/env |
266 | | - cargo install --version 0.20.0 cbindgen |
| 281 | + cargo install cbindgen |
267 | 282 | - name: Checkout Rust-Lightning and LDK-C-Bindings git |
268 | 283 | run: | |
269 | 284 | git config --global user.email "[email protected]" |
@@ -343,7 +358,7 @@ jobs: |
343 | 358 | with: |
344 | 359 | fetch-depth: 0 |
345 | 360 | - name: Install cbindgen |
346 | | - run: cargo install --version 0.20.0 cbindgen |
| 361 | + run: cargo install cbindgen |
347 | 362 | - name: Checkout Rust-Lightning and LDK-C-Bindings git |
348 | 363 | run: | |
349 | 364 | git config --global user.email "[email protected]" |
|
0 commit comments