Skip to content

Commit

Permalink
add brew to PATH. refs: actions/runner-images#6283
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan committed Dec 31, 2022
1 parent 0475358 commit a4881a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Install zsh for macOS
if: runner.os == 'macOS'
run: brew install zsh

- name: Set brew to PATH
if: runner.os == 'Linux'
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH

- name: Set cache path to env
run: |
Expand Down

0 comments on commit a4881a8

Please sign in to comment.