mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
brew install llvm@7
|
|
brew outdated llvm@7 || brew upgrade llvm@7
|
|
|