You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(make): properly resolves package manager for ZMQ installation (#204)
The recipe for identifying package manager (e.g. `$(command -v dnf)`)
has always been evaluated to empty thus skipping automated installation.
This PR fixes the issue and uses make target in the github action for
consistency.
Signed-off-by: Bartosz Majsak <[email protected]>
0 commit comments