beep-beep-beep-boop / clicktogether

a clicktogether server will click a specified keyboard key once all clients have clicked theirs.
0 stars 0 forks source link

linux CI build has segmentation fault when run #4

Open beep-beep-beep-boop opened 1 year ago

beep-beep-beep-boop commented 1 year ago

I think possibly cause on linux it's linking to libxdo? it works fine when I run it on the same computer I've built it from.

beep-beep-beep-boop commented 1 year ago

this is possibly actually because the CI is building with musl-libc but linking to libraries that might use glibc ? not completely sure though . either way it seems like it would be a pain to fix so I might just get rid of the CI build and have people use cargo install or something.