Skip to content

Commit 5ede497

Browse files
committed
[C#] Install mono-devel in determinism check to get semantic diff
1 parent 29a2ba7 commit 5ede497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)