Change PATH in CI script
This commit is contained in:
parent
a8040bd24b
commit
87453e6b0a
|
@ -27,7 +27,6 @@ matrix:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ci/install.sh
|
- ci/install.sh
|
||||||
- export PATH="$PATH:$PWD/gcc/bin"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ci/script.sh
|
- ci/script.sh
|
||||||
|
|
|
@ -11,5 +11,6 @@ if [ -n "${TARGET:-}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${CHECK_BLOBS:-}" ]; then
|
if [ -n "${CHECK_BLOBS:-}" ]; then
|
||||||
|
PATH="$PATH:$PWD/gcc/bin"
|
||||||
./check-blobs.sh
|
./check-blobs.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue