Skip to content

Commit

Permalink
pkr: don't require formula to install brew packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulolieuthier committed Sep 14, 2023
1 parent 2338180 commit e247c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkr/runner.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build {
"HOMEBREW_INSTALL_FROM_API=1 /private/tmp/brew.sh",
"rm -Rfv /private/tmp/brew.sh",

"HOMEBREW_INSTALL_FROM_API=1 brew install --formula jq mas skopeo xcinfo gh gnu-sed",
"HOMEBREW_INSTALL_FROM_API=1 brew install jq mas skopeo xcinfo gh gnu-sed",

# don't install through brew because of installation errors
# "brew install --cask intel-haxm",
Expand Down

0 comments on commit e247c28

Please sign in to comment.