Skip to content

Commit

Permalink
Link HOMEBREW_CELLAR to /usr/local/Cellar
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 15, 2024
1 parent fe61fd2 commit 8aeef68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:

- name: Install compiler tools on macOS
if: runner.os == 'macOS'
shell: bash
run: |
if [ ! -z "${HOMEBREW_CELLAR}" ]; then
# HOMEBREW_CELLAR set for macos-14 but not macos-13
ln -s "${HOMEBREW_CELLAR}" /usr/local/Cellar
fi
brew install make automake swig gmp mpfr boost cgal libtool
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
Expand All @@ -66,6 +71,8 @@ jobs:
env | grep HOMEBREW
ls -lhtra /usr/local/Cellar
- name: Install package
run: |
echo "PATH: $PATH"
Expand Down

0 comments on commit 8aeef68

Please sign in to comment.