| ... | ... | @@ -36,13 +36,13 @@ jobs: |
| 36 | 36 | |
| 37 | 37 | - run: zigmod zpm tags |
| 38 | 38 | |
| 39 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 40 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 41 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 42 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 43 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep |
| 44 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 45 | | - run: unset ZIG_LOCAL_CACHE_DIR && ./test_repo.sh https://github.com/nektro/zigmod-test-c-code |
| 39 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 40 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 41 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 42 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 43 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep |
| 44 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code |
| 46 | 46 | |
| 47 | 47 | # Build All |
| 48 | 48 | - run: ./build_release.sh x86_64-linux-musl |