mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
define GOCACHE for ARM64
This commit is contained in:
parent
35f4e8f24b
commit
7a9d62a6fe
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ fi
|
|||
|
||||
ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-backports main" --package="golang-go"
|
||||
|
||||
#export GOPATH="$final_path"
|
||||
#export GOCACHE="$GOPATH"/.cache/go-build
|
||||
export GOPATH="$final_path"
|
||||
export GOCACHE="$GOPATH"/.cache/go-build
|
||||
|
||||
export PATH=$PATH:$GO_PATH
|
||||
env_path=$PATH
|
||||
|
|
Loading…
Add table
Reference in a new issue