We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 125fdf2 + 0be0cd9 commit 0785467Copy full SHA for 0785467
.github/workflows/build.yml
@@ -254,7 +254,7 @@ jobs:
254
run: |
255
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
256
if ! diff ldk-java-bins/"${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"org.ldk.nupkg c_sharp/org.ldk.nupkg; then
257
- dnf -y install diffoscope
+ dnf -y install diffoscope mono-devel
258
diffoscope ldk-java-bins/"${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"org.ldk.nupkg c_sharp/org.ldk.nupkg || echo
259
exit 1
260
fi
src/test/java/org/ldk/HumanObjectPeerTest.java
@@ -1389,6 +1389,7 @@ public static void main(String[] args) {
1389
} catch (Exception e) {
1390
System.err.println("Caught exception:");
1391
System.err.println(e);
1392
+ e.printStackTrace();
1393
System.exit(1);
1394
}
1395
0 commit comments