I am trying to set up CI for vterm with GitHub Actions, but I cannot get it to work with Ubuntu 20.04. No matter what I do, I always have the error libvterm.so.0: cannot open shared object file: No such file or directory". It works with Ubuntu 16.04.
See, https://github.com/Sbozzolo/emacs-libvterm/runs/912526858?check_suite_focus=true, tab "require vterm".
I don't know much about all the moving parts, so maybe I am missing something obvious.
Could it be a bug somewhere, or am I missing something obvious?
A user reported success, with the following comment:
With my limited nix knowledge I made ci.nix to build vterm-module.so which setup-emacs's emacs can load.
https://github.com/tsuu32/emacs-libvterm/runs/1222306107
Thanks for the help
Originally posted by @tsuu32 in akermu/emacs-libvterm#410 (comment)