1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

be more explicit

This commit is contained in:
Bret Curtis 2021-03-05 13:08:38 +01:00
parent 17059cefea
commit 87ede9284b

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh -ex
# workaround python issue on travis
HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies python@3.8 || true