Skip to content

Commit

Permalink
nope rsync -L seems to cause hang, try delete symlinked package?
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago committed Feb 1, 2024
1 parent ee90cfc commit 04ea837
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
submodules: recursive

- name: "HACK: get blendshape-viewer from vpm"
run:
rm -rf Packages/dev.hai-vr.blendshape-viewer

- uses: anatawa12/sh-actions/resolve-vpm-packages@master
with:
repos: |
Expand All @@ -27,11 +31,11 @@ jobs:
# restore-keys: Library-

# workaround for hang testing package https://github.com/game-ci/unity-test-runner/issues/223
- name: copy dir to new dir
- name: "HACK: copy dir to new dir"
run: |
pwd
folderName=$(echo "${PWD##*/}")
rsync -rL "$GITHUB_WORKSPACE" "copiedProject"
rsync -r "$GITHUB_WORKSPACE" "copiedProject"
ls -F "copiedProject/$folderName"
- uses: game-ci/unity-test-runner@v4
Expand Down

0 comments on commit 04ea837

Please sign in to comment.