X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=e7657d102a5afc15aba6782190d93cfbac5a53a8;hp=a1fde26b241f4b843cbf8efa70b6bff84c442614;hb=8ec4367ec2c03706137eecfb725bace76b0aab76;hpb=33381f620f00cff5200bba7eee72446f1619c629 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1fde26..e7657d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: | # Note that the version tags aren't checked into git touch src/version.rs - cargo check + RUSTFLAGS="--cfg=c_bindings" cargo check - name: Install cbindgen run: cargo install --force cbindgen - name: Checkout Rust-Lightning git