diff --git a/.drone.yml b/.drone.yml index 47fd0d7f9..902f39aaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: path: /root/.cache/wazero environment: CGO_ENABLED: "0" - GTS_WAZERO_COMPILATION_CACHE: "~/.cache/wazero" + GTS_WAZERO_COMPILATION_CACHE: "/root/.cache/wazero" commands: - apk update --no-cache && apk add git - >-