Skip to content

Commit

Permalink
The fix wasn't useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe13 authored May 15, 2024
1 parent 1cb886d commit 4758695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install-macos-deps
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if ! command -v brew >/dev/null; then
exit 1
fi


# fix github actions problem
sudo xcode-select -s /Library/Developer/CommandLineTools

echo "==> Installing system dependencies with Homebrew..."
brew install \
automake \
Expand Down

0 comments on commit 4758695

Please sign in to comment.