Skip to content

Commit afbe520

Browse files
committed
[TS] Don't check determinism on the WASM file which is now in bins
1 parent 5f40b7d commit afbe520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
cp ldk-java-classes.jar ldk-java-bins/new/
252252
cp ldk-java-javadoc.jar ldk-java-bins/new/
253253
cd ldk-java-bins
254+
rm "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjs.wasm" # TODO: Test this
254255
if ! diff -r "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/" new/; then
255256
apt-get -y install diffoscope
256257
diffoscope new/ldk-java-sources.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-sources.jar" || echo

0 commit comments

Comments
 (0)