From bd4c4d79fe07b528b1f1e9824997d698f00cb751 Mon Sep 17 00:00:00 2001 From: tobi Date: Sun, 1 Sep 2024 17:37:17 +0200 Subject: [PATCH] undo silly change --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 453a133f9..ad2d19ac5 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 - >-