X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=85593edca9722776d10bfcf4c90022de8a01f1f4;hb=592a7c192ad6cd9376aee8ba4c64fb2f8dd18d0e;hp=62952682922d8bea744f259e4947edb66c176155;hpb=fe78e0f816f9c186b5946897c449c43d22c7b429;p=ldk-c-bindings diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6295268..85593ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,9 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.113-bindings + git checkout 0.0.114-bindings + - name: Fix Github Actions to not be broken + run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings - name: Rebuild bindings without std, and check the sample app builds + links run: ./genbindings.sh ./rust-lightning false - name: Rebuild bindings, and check the sample app builds + links @@ -88,7 +90,7 @@ jobs: run: | git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning - git checkout 0.0.113-bindings + git checkout 0.0.114-bindings - name: Rebuild bindings using Apple clang, and check the sample app builds + links run: ./genbindings.sh ./rust-lightning true - name: Rebuild bindings using upstream clang, and check the sample app builds + links