X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=6b274534c8a50c6e77b1a7ba7396c9cf22ae5787;hb=a7fb7184b979290e6a3a64d0ec92899d444685f4;hp=ac30e8453320bc5dea50c1aef3bdf8495cf35129;hpb=294c0da63dffbe8d279817176ab8764d79638f0b;p=ldk-java diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac30e845..6b274534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -359,8 +359,8 @@ jobs: git checkout 0.0.106 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | - cd ldk-c-bindings export PATH=`pwd`/clang+llvm-14.0.1-x86_64-apple-darwin/bin:$PATH + cd ldk-c-bindings CC=clang ./genbindings.sh ../rust-lightning true cd .. - name: Fetch OpenJDK 16