which provided by git, try wget
This commit is contained in:
parent
d05b19072d
commit
62006e2b26
|
@ -9,7 +9,7 @@ case ${MACHTYPE} in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "${OPJ_CI_IS_CYGWIN:-}" == "1" ]; then
|
if [ "${OPJ_CI_IS_CYGWIN:-}" == "1" ]; then
|
||||||
if ! which which; then
|
if ! which wget; then
|
||||||
# PATH is not yet set up
|
# PATH is not yet set up
|
||||||
export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
|
export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue