authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 21:45:48 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-01 21:45:48 -07:00
logd439d3542292abb84208b44fea9ed951203817a2
treeb83adafb8e6824e6c08b6e33da7ac3e52eb84466
parent0656523e2846a04978acccc2e92dea4825debde6
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

ci needs it too


1 files changed, 7 insertions(+), 7 deletions(-)

.github/workflows/push.yml+7-7
...@@ -36,13 +36,13 @@ jobs:...@@ -36,13 +36,13 @@ jobs:
3636
37 - run: zigmod zpm tags37 - run: zigmod zpm tags
3838
39 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic39 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-basic
40 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep40 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
41 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep41 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
42 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep42 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
43 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep43 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
44 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep44 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
45 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code45 - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-c-code
4646
47 # Build All47 # Build All
48 - run: ./build_release.sh x86_64-linux-musl48 - run: ./build_release.sh x86_64-linux-musl