Skip to content

Commit 0785467

Browse files
authored
Merge pull request #162 from TheBlueMatt/main
Additional CI Debugging
2 parents 125fdf2 + 0be0cd9 commit 0785467

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: |
255255
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
256256
if ! diff ldk-java-bins/"${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"org.ldk.nupkg c_sharp/org.ldk.nupkg; then
257-
dnf -y install diffoscope
257+
dnf -y install diffoscope mono-devel
258258
diffoscope ldk-java-bins/"${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"org.ldk.nupkg c_sharp/org.ldk.nupkg || echo
259259
exit 1
260260
fi

src/test/java/org/ldk/HumanObjectPeerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,7 @@ public static void main(String[] args) {
13891389
} catch (Exception e) {
13901390
System.err.println("Caught exception:");
13911391
System.err.println(e);
1392+
e.printStackTrace();
13921393
System.exit(1);
13931394
}
13941395
}

0 commit comments

Comments
 (0)