Skip to content

Commit

Permalink
install llvm@16 before brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 12, 2023
1 parent f154aa3 commit 1b6fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ rm /usr/local/bin/pydoc3* || true
rm /usr/local/bin/python3* || true
rm /usr/local/bin/python3-config* || true

brew install llvm@16
brew update
brew install llvm
brew install autoconf \
automake \
pkgconfig \
Expand Down

0 comments on commit 1b6fbd9

Please sign in to comment.