Skip to content

Commit

Permalink
Use older cbindgen on android to work around MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Sep 4, 2024
1 parent 1434d22 commit 2575248
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,11 @@ jobs:
- name: Install cbindgen
run: |
. $HOME/.cargo/env
cargo install cbindgen
git clone https://github.com/eqrion/cbindgen
cd cbindgen/
git checkout v0.20.0
cargo update -p indexmap --precise "1.6.2" --verbose
cargo install --locked --path .
- name: Checkout Rust-Lightning and LDK-C-Bindings git
run: |
git config --global user.email "ldk-ci@example.com"
Expand Down

0 comments on commit 2575248

Please sign in to comment.