Skip to content

Commit

Permalink
GH Actions: MacOS local-boost try using boost 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens committed Sep 3, 2024
1 parent 142b788 commit 41edc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

if [[ "$OSTYPE" == "darwin"* ]]; then
SDK_PATH=$(xcrun --sdk macosx --show-sdk-path)
# github actions macos-latest 1.57.0 fails, so try 1.74.0 instead
: ${BOOST_VERSION:=1.74.0}
# github actions macos-latest 1.57.0 fails, so try 1.75.0 instead
: ${BOOST_VERSION:=1.75.0}
echo "[*] Detected macosx: SDK_PATH=${SDK_PATH} BOOST_VERSION=${BOOST_VERSION}"
fi
if [ ! -z $(command -v glibtoolize) ]; then
Expand Down

0 comments on commit 41edc0d

Please sign in to comment.