Skip to content

Commit

Permalink
Fix brew install to call brew install with one package at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Aug 7, 2021
1 parent 1bba3d5 commit 9e5976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/helpers/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ stages:
set -e
set -x
for pkg in ${{ join( ' ', parameters.brew ) }}; do
brew install ${{ join( ' ', parameters.brew ) }}
brew install $pkg
done
displayName: Install extra packages with brew
Expand Down

0 comments on commit 9e5976b

Please sign in to comment.