mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
14cda27b64
See #302 See #467
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
brew install llvm@5
|
|
brew outdated llvm@5 || brew upgrade llvm@5
|
|
|