We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2b4e6 commit 12c040dCopy full SHA for 12c040d
.github/workflows/menlo-build.yml
@@ -408,6 +408,13 @@ jobs:
408
ccache -V
409
rm -rf /tmp/ccache-4.10.2-linux-x86_64.tar.xz /tmp/ccache-4.10.2-linux-x86_64
410
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
+
418
- name: Install coreutils macos
419
if: runner.os == 'macOS'
420
run: |
0 commit comments