We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f40b7d commit afbe520Copy full SHA for afbe520
.github/workflows/build.yml
@@ -251,6 +251,7 @@ jobs:
251
cp ldk-java-classes.jar ldk-java-bins/new/
252
cp ldk-java-javadoc.jar ldk-java-bins/new/
253
cd ldk-java-bins
254
+ rm "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjs.wasm" # TODO: Test this
255
if ! diff -r "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/" new/; then
256
apt-get -y install diffoscope
257
diffoscope new/ldk-java-sources.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-sources.jar" || echo
0 commit comments