Skip to content

Commit

Permalink
More CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Apr 17, 2024
1 parent 29eca85 commit 156d9cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .ci/install-sys-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if [ "$(uname -s)" = "Linux" ]; then
libdivide-dev
else
brew install ninja boost libdivide
find /opt/homebrew -name version.hpp
find /opt/homebrew -name 'boost*.pc'
# On Apple Silicon, meson can't find the installed Boost without some
# help.
if [ -x "/opt/homebrew/Cellar/boost" ] && [ -n "$GITHUB_ENV" ]; then
echo BOOST_ROOT=/opt/homebrew/Cellar/boost/* >> $GITHUB_ENV
fi
fi

0 comments on commit 156d9cf

Please sign in to comment.