Skip to content

Commit

Permalink
try to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 30, 2024
1 parent 6d49e76 commit 8e4e3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e4e3d8

Please sign in to comment.