Add boost search command in Mac setup workflow

This commit is contained in:
Rudokhvist
2025-12-22 09:26:51 +02:00
committed by GitHub
parent c94ff49059
commit a8f256aaa0

View File

@@ -43,6 +43,7 @@ jobs:
if: startsWith(matrix.os, 'macos-') if: startsWith(matrix.os, 'macos-')
run: | run: |
brew update brew update
brew search boost
export HOMEBREW_NO_INSTALL_FROM_API=1 export HOMEBREW_NO_INSTALL_FROM_API=1
sed -i '' -e 's/disable!/#disable!/' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/b/boost@1.76.rb sed -i '' -e 's/disable!/#disable!/' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/b/boost@1.76.rb
sed -i '' -e 's/disable!/#disable!/' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/i/icu4c@74.rb sed -i '' -e 's/disable!/#disable!/' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/i/icu4c@74.rb