File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments