Skip to content

Commit 01f1598

Browse files
committed
Update build-macos.yml
1 parent 382d992 commit 01f1598

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ jobs:
3737
rm -rf build
3838
rm -rf __pycache__
3939
rm -rf *.spec
40-
# PySide6 특정 심볼릭 링크 충돌 방지
41-
rm -rf /Users/runner/work/VibeCulling/VibeCulling/dist/VibeCulling/_internal/PySide6/Qt/lib/Qt3DAnimation.framework/Resources
42-
rm -rf /Users/runner/work/VibeCulling/VibeCulling/dist/VibeCulling/_internal/PySide6
40+
41+
- name: Remove conflicting Qt3DAnimation Resources
42+
run: |
43+
rm -rf dist/VibeCulling/_internal/PySide6/Qt/lib/Qt3DAnimation.framework/Resources
44+
rm -rf dist/VibeCulling/_internal/PySide6
4345
4446
- name: Build macOS app
4547
run: |

0 commit comments

Comments
 (0)