Skip to content

Commit 2eafb10

Browse files
committed
ci:test
1 parent 1ed9b0d commit 2eafb10

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/macbuild.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ jobs:
8181
run: |
8282
cd XEngine_Release
8383
brew install llvm
84-
lldb -- ./XEngine_StreamMediaApp -t <<EOF
85-
run
86-
bt all
87-
quit
88-
EOF
89-
# ./XEngine_StreamMediaApp -t
84+
lldb --batch -o "run" -o "bt all" -- ./XEngine_StreamMediaApp -t
85+
#./XEngine_StreamMediaApp -t
9086
9187
- name: Upload folder as artifact with mac x64
9288
if: matrix.os == 'macos-13'

0 commit comments

Comments
 (0)