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=4a42cc3e020318cf22fcd5070b0e1c9e3d3b9e7a;hp=64bc90c2e78e9c76225726c80eec59cb0068ce6a;hb=3fef735ad0382272f55cce06aefa489bcfaa2eb9;hpb=a032db3b20a0b3f70592eba1598af10b96f37b88 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