mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-03 11:46:09 +00:00
Travis: Update homebrew first thing on OSX
This commit is contained in:
parent
921fb5e1ce
commit
61ff48c640
@ -37,6 +37,9 @@ addons:
|
||||
# Required dependency for GLFW on Linux
|
||||
- xorg-dev
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
|
||||
|
||||
install:
|
||||
# Install dependencies required on OSX
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ninja; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user