1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-01 17:48:27 +00:00

Don't try to upgrade things automatically.

This commit is contained in:
jvoisin 2022-05-21 19:13:17 +02:00
parent be5085ebe2
commit d7788f8a5f

View file

@ -1,6 +1,9 @@
#!/bin/sh -ex
export HOMEBREW_NO_EMOJI=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_ENV_HINTS=1
brew update --quiet
# workaround python issue on travis