Skip to content

Commit 382d992

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ 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
4043
4144
- name: Build macOS app
4245
run: |

0 commit comments

Comments
 (0)