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

Commit

Permalink
Merge pull request #101 from alphagov/fix-brew-in-action
Browse files Browse the repository at this point in the history
Fix brew path
  • Loading branch information
sihugh authored Dec 5, 2022
2 parents 8bca9ca + 29ba17d commit 7fdf360
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 7fdf360

Please sign in to comment.