WalkerKnapp / devolay

A Java binding for the Newtek NDI(tm) SDK.
Apache License 2.0
54 stars 17 forks source link

Fix destroying receivers #33

Closed kmod-midori closed 3 months ago

kmod-midori commented 3 months ago

Fix #32. delete receivers will actually leave them running in the background.

WalkerKnapp commented 3 months ago

I'll merge after fixing the actions.

kmod-midori commented 3 months ago

You probably need to throw echo yes after sudo like sudo 'echo y | ....', as sudo does not like being piped into (even though the actions environment does not require password).

WalkerKnapp commented 3 months ago

So sorry for the delay! You were right, but it seems like a bunch has changed in addition to that since I last touched the CI. The CI failure now is just because it doesn't have access to secrets, it looks like the actual build completed just fine :)

(gradle is so unimaginably painful to debug)