-
I have a flutter app that depends on golang and gomobile, what is the preferred way to install this language dependency? |
Beta Was this translation helpful? Give feedback.
Answered by
himesh-cm
Sep 22, 2022
Replies: 1 comment
-
Hi @nbrownus You have access to the VM, and you can follow the installation process depending upon type of software. E.g. Installing via homebrew You can add it as a script step.
You can find the list of available software pre-installed here. Let me know in case of any queries. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
himesh-cm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nbrownus
You have access to the VM, and you can follow the installation process depending upon type of software.
E.g. Installing via homebrew
https://formulae.brew.sh/formula/go
You can add it as a script step.
You can find the list of available software pre-installed here.
Let me know in case of any queries.
Thank you.