Skip to content

Commit 12c040d

Browse files
committed
ci: add homebrew to path
1 parent 5f2b4e6 commit 12c040d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/menlo-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,13 @@ jobs:
408408
ccache -V
409409
rm -rf /tmp/ccache-4.10.2-linux-x86_64.tar.xz /tmp/ccache-4.10.2-linux-x86_64
410410
411+
- name: Set up homebrew path on macOS
412+
if: runner.os == 'macOS'
413+
run: |
414+
# Add homebrew to path
415+
echo "/opt/homebrew/bin" >> $GITHUB_PATH
416+
echo "/opt/homebrew/sbin" >> $GITHUB_PATH
417+
411418
- name: Install coreutils macos
412419
if: runner.os == 'macOS'
413420
run: |

0 commit comments

Comments
 (0)