Skip to content

Commit b18d350

Browse files
committed
test
1 parent c6ecce9 commit b18d350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux
1818
elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
1919
brew update || true # allow failure
2020
brew install cmake pkg-config wget unzip coreutils # `coreutils` installs the `realpath` command
21-
brew install lld
21+
brew install llvm@14
2222
elif [[ "$OSTYPE" == "msys"* ]]; then # Windows
2323
echo "Dependencies are not going to be installed automatically on Windows."
2424
else

0 commit comments

Comments
 (0)