Skip to content

Commit

Permalink
Adapt formulae location to new versions of Homebrew
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Aug 17, 2023
1 parent d97e23b commit 5a0e339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ runs:
brew update --preinstall
brew_repository="$(brew --repository)"
mkdir -p .github
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/colima.rb" > .github/brew-colima
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/lima.rb" > .github/brew-lima
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/docker.rb" > .github/brew-docker
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/docker-compose.rb" > .github/brew-docker-compose
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/c/colima.rb" > .github/brew-colima
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/l/lima.rb" > .github/brew-lima
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/d/docker.rb" > .github/brew-docker
cat "$brew_repository/Library/Taps/homebrew/homebrew-core/Formula/d/docker-compose.rb" > .github/brew-docker-compose
shell: bash
- name: Pre-cache
run: echo "BREW_CELLAR=$(brew --cellar)" >> $GITHUB_ENV
Expand Down

0 comments on commit 5a0e339

Please sign in to comment.