add ~/bin to $PATH
[GitLab/stricted-build/android_build.git] / .gitlab-ci.yml
index 40e62c3b8f4606b98942224510a243dc3a9b6973..0068af6ebb2b025b79def23855ffaa04e0b6f016 100644 (file)
@@ -13,6 +13,7 @@ build:
 
   script:
     - |
+      PATH="/home/build/bin:$PATH"
       if [ ${VERSION} = '17.1' ]; then
         export CCACHE_EXEC=$(which ccache)
         export WITHOUT_CHECK_API=true