change to GITHUB_WORKSPACE

This commit is contained in:
Your Name
2021-05-31 08:09:05 +00:00
parent 0e086ac579
commit 087f903e46
3 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ git apply ../bromite-buildtools/depot_tools.diff
cd ..
echo -e ${RED} -------- set envs ${NC}
PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH
PATH=$GITHUB_WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$GITHUB_WORKSPACE/depot_tools/:/usr/local/go/bin:$PATH
echo -e ${RED} -------- download chromium pre-prepared ${NC}
rm chromium.$VERSION.tar.gz