launchrctl / launchr

Launchr is a CLI action runner that executes actions inside short-lived local containers.
Apache License 2.0
11 stars 2 forks source link

"mockgen" Not Found During "make install" #28

Closed dhia-gharsallaoui closed 8 months ago

dhia-gharsallaoui commented 8 months ago

Description:

Encountered an error during make install: "mockgen" executable not found in $PATH, preventing successful installation.

Error Details: Error: running "make install" - "mockgen": exec: "mockgen": executable file not found in $PATH

Steps to Reproduce:

  1. Execute make install.
  2. Observe error regarding missing "mockgen" executable.

Possible Solutions:

lexbritvin commented 8 months ago

Should be fixed