mirror of
https://github.com/open-simh/simh.git
synced 2026-04-29 05:15:30 +00:00
travis: On OS/X run 'brew update' before installing packages.
This is to work around a bug in Homebrew, but it may be a good idea anyway.
This commit is contained in:
committed by
Mark Pizzolato
parent
90b1301801
commit
34a133ce2e
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
install_osx() {
|
install_osx() {
|
||||||
|
brew update
|
||||||
brew install sdl2
|
brew install sdl2
|
||||||
brew install sdl2_ttf
|
brew install sdl2_ttf
|
||||||
brew install vde
|
brew install vde
|
||||||
|
|||||||
Reference in New Issue
Block a user