Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Fix brew path
Browse files Browse the repository at this point in the history
[Homebrew has been removed from $PATH](actions/runner-images#6283) in Ubuntu images on Github actions.
  • Loading branch information
sihugh committed Dec 5, 2022
1 parent 8bca9ca commit 29ba17d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install Terraform
run: |
brew install tfenv
Expand Down

0 comments on commit 29ba17d

Please sign in to comment.