From 0656523e2846a04978acccc2e92dea4825debde6 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 1 Jun 2026 21:43:45 -0700 Subject: [PATCH] test: unset ZIG_LOCAL_CACHE_DIR in this file https://github.com/nektro/zigmod/actions/runs/26798513948/job/78999992671 --- test_repo_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test_repo_all.sh b/test_repo_all.sh index ee7982e915d539d9f0297a547765d04e371a5b67..f05806ed2ccf51b6d6ffc4d46067100f754a0843 100755 --- a/test_repo_all.sh +++ b/test_repo_all.sh @@ -1,6 +1,7 @@ #!/bin/sh set -ex +unset ZIG_LOCAL_CACHE_DIR # TODO: link issue here ./test_repo.sh https://github.com/nektro/zigmod-test-basic ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep -- 2.54.0