From d439d3542292abb84208b44fea9ed951203817a2 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 1 Jun 2026 21:45:48 -0700 Subject: [PATCH] ci needs it too --- .github/workflows/push.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 25c648b6c942bd3820a0f9dd831290df4855adbf..d68f5459691a037e3cbb1291f108412a86a9a7ff 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -36,13 +36,13 @@ jobs: - run: zigmod zpm tags - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep - - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-basic + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep + - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-c-code # Build All - run: ./build_release.sh x86_64-linux-musl -- 2.54.0