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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user