1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

change GOPATH to GitHub_Workspace

This commit is contained in:
loyalsoldier
2019-12-11 02:43:22 +08:00
parent 64d049f8a6
commit 3101e3edfc

View File

@@ -5,7 +5,7 @@ set -e
GREEN='\033[0;32m'
NC='\033[0m' # no color
export GOPATH=$GOPATH
export GOPATH=${GITHUB_WORKSPACE}
V2RAY_FOLDER="$GOPATH/v2ray"
mkdir -p $V2RAY_FOLDER