Hi,
I need to install a brew dependency for my step.
But i need to use brew tap.
Is it possible to do this inside the step.yml at deps?
Or should I run shell script -> brew tap … brew install … -> call my go function?
Friendly regards,
Seppe
Hi,
I need to install a brew dependency for my step.
But i need to use brew tap.
Is it possible to do this inside the step.yml at deps?
Or should I run shell script -> brew tap … brew install … -> call my go function?
Friendly regards,
Seppe

I’m going to answer my own question.
Apperently I could just do
Sorry 
Hi @seppe_r!
Don’t worry, it’s always nice to see a fast resolution 
Besides, I’m sure this might come in handy for anyone else wondering the same!