X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=1c1472a1007cd214ff8248e186cbf5cfab1d8d89;hb=1a18b881bbef9bea0e8348e52b7948c4f75c6a47;hp=2bb21c2cdbb39b87c5d9f08f8d4fe73d9d4707aa;hpb=6ddf69c93b1c3e418251ed7a898efd943e47bc30;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bb21c2c..1c1472a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,7 @@ jobs: done # check no-std compatibility across dependencies cd no-std-check - cargo check --verbose --color always + cargo check --verbose --color always --features lightning-transaction-sync - name: Build no-std-check on Rust ${{ matrix.toolchain }} for ARM Embedded if: "matrix.build-no-std && matrix.platform == 'ubuntu-latest'" run: |