1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-04 22:19: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