Merge pull request #13 from TheBlueMatt/2021-03-check-determinism
[ldk-java] / .github / workflows / build.yml
index 0b282b5826d179c6afc4967dc80fd0c391e876b4..3b862702186fa0b98e6103fe58e04303e77cd3cd 100644 (file)
@@ -46,6 +46,6 @@ jobs:
         run: ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11-openjdk-amd64/include/ -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux/" false false
       - name: Check latest headers are in git
         run: |
+          # For some reason the debug library is not deterministic, this may be fixed in a future rustc
           git checkout liblightningjni_debug.so
-          git checkout liblightningjni_release.so
           git diff --exit-code