Files
renderdoc/scripts/travis/osx_setup.sh
T

7 lines
82 B
Bash

#!/bin/sh
brew update
brew install qt5
brew link qt5 --force
brew upgrade python