update install script

This commit is contained in:
Eric Coissac
2025-11-04 18:08:39 +01:00
parent 0844dcc607
commit 7500ee1d15

View File

@@ -113,7 +113,7 @@ export PATH
GOPATH="$(pwd)/go"
export GOPATH
export GOCACHE="$(cd ${WORK_DIR}/cache && pwd)"
export GOCACHE="$(pwd)/cache"
echo "GOCACHE=$GOCACHE" 1>&2@
mkdir -p "$GOCACHE"