riscy / melpazoid

A bundle of CI scripts for testing Emacs packages, primarily submissions to MELPA.
GNU General Public License v3.0
81 stars 17 forks source link

file-missing Searching for program: "No such file or directory git" #19

Closed f3sch closed 1 year ago

f3sch commented 2 years ago

Hi,

I am trying to write my first emacs package. While going through all the bells and whistles and the thought of submitting it later on melpa, I am trying to use this workflow. However, I get the following error on https://github.com/f3sch/b4.el/tree/fix_melpazoid (on master I tried to modify the action): image

Not sure what is going on there... On master it is failing with the same message and using the action provided by https://github.com/alphapapa/makem.sh works.

Any help is appreciated as I am not really familiar with github actions. Thanks.

riscy commented 1 year ago

Hello - clearly I need to pay more attention to the melpazoid issues.

This looks like everything is operating as expected; your package is being loaded in and expects "git" to be available. Most -- but not all -- systems will already have git installed (melpazoid doesn't have git).

Let me know if this doesn't answer your question!