Skip to content

Commit

Permalink
Overwrite paths pre-installed on worker nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored Jan 31, 2024
1 parent e0f48d1 commit b32c144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Install dependencies
env:
# Force overwriting during tests since a human cannot intervene
BREW_BUNDLE_OPTS: --force
run: make deps

- name: Run check
Expand Down

0 comments on commit b32c144

Please sign in to comment.