X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=4a42cc3e020318cf22fcd5070b0e1c9e3d3b9e7a;hb=b2819774e287d465e23415cbfdaa397e2e0a2749;hp=64bc90c2e78e9c76225726c80eec59cb0068ce6a;hpb=dd5bf474af6c806b20c26f4f2b751f3226a94dfd;p=ldk-c-bindings diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64bc90c..4a42cc3 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 - RUSTFLAGS="--cfg=c_bindings" cargo check + RUSTFLAGS="--cfg=c_bindings" cargo check --features std - name: Install cbindgen run: cargo install --force cbindgen - name: Checkout Rust-Lightning git