diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index a82f8b1..e199824 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -71,7 +71,7 @@ jobs: - name: check if split program is cached run: | - git clone --recursive https://github.com/mgood7123/split + git clone --recursive https://github.com/ZLangJIT/split cd split chmod +x ../try_get_release.sh bash -c "../try_get_release.sh ZLangJIT jit_debug_test storage--split--alpine split_build.tar || true" diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 153946f..57bbda2 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -59,7 +59,7 @@ jobs: - name: check if split program is cached run: | - git clone --recursive https://github.com/mgood7123/split + git clone --recursive https://github.com/ZLangJIT/split cd split chmod +x ../try_get_release.sh bash -c "../try_get_release.sh ZLangJIT jit_debug_test storage--split--windows split_build.tar || true"