Brew tap inside step.yml

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

1 Like

:man_facepalming:

I’m going to answer my own question.
Apperently I could just do

  • name: user/brewd/package

Sorry :grin:

2 Likes

Hi @seppe_r!

Don’t worry, it’s always nice to see a fast resolution :slightly_smiling_face:
Besides, I’m sure this might come in handy for anyone else wondering the same!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.