We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a2ba7 commit 5ede497Copy full SHA for 5ede497
.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
0 commit comments