Skip to content

Additional language dependencies #973

Closed Answered by himesh-cm
nbrownus asked this question in Q&A
Discussion options

You must be logged in to vote

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.

- name: install go lang
  script: |
    brew install go
    go version

You can find the list of available software pre-installed here.

Let me know in case of any queries.

Thank you.

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
flutter Queries Related to Flutter
2 participants