File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ This option is strongly discouraged when possible. Sometimes it may be necessary
8686Ex: Installing Homebrew as a part of the [AWS Serverless orb](https://circleci.com/orbs/registry/orb/circleci/aws-serverless#commands-install)
8787
8888` ` ` yaml
89- - run :
90- command : >
91- curl -fsSL
92- "https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh"
93- | bash
94- /home/linuxbrew/.linuxbrew/bin/brew shellenv >> $BASH_ENV
95- name : Install Homebrew (for Linux)
89+ steps :
90+ - run :
91+ command : >
92+ curl -fsSL
93+ "https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh" | bash
94+ /home/linuxbrew/.linuxbrew/bin/brew shellenv >> $BASH_ENV
95+ name : Install Homebrew (for Linux)
9696` ` `
9797
9898
You can’t perform that action at this time.
0 commit comments