mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
typo
This commit is contained in:
parent
6bcb7a86dd
commit
c2c754b1cc
@ -4,9 +4,9 @@ export HOMEBREW_NO_EMOJI=1
|
|||||||
brew update --quiet
|
brew update --quiet
|
||||||
|
|
||||||
# workaround python issue on travis
|
# workaround python issue on travis
|
||||||
[ -z "${TRAVIS}" ] brew uninstall --ignore-dependencies python@3.8 || true
|
[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies python@3.8 || true
|
||||||
[ -z "${TRAVIS}" ] brew uninstall --ignore-dependencies python@3.9 || true
|
[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies python@3.9 || true
|
||||||
[ -z "${TRAVIS}" ] brew uninstall --ignore-dependencies qt@6 || true
|
[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies qt@6 || true
|
||||||
|
|
||||||
# Some of these tools can come from places other than brew, so check before installing
|
# Some of these tools can come from places other than brew, so check before installing
|
||||||
[ -z "${TRAVIS}" ] brew install fontconfig
|
[ -z "${TRAVIS}" ] brew install fontconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user