We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed9b0d commit 2eafb10Copy full SHA for 2eafb10
1 file changed
.github/workflows/macbuild.yml
@@ -81,12 +81,8 @@ jobs:
81
run: |
82
cd XEngine_Release
83
brew install llvm
84
- lldb -- ./XEngine_StreamMediaApp -t <<EOF
85
- run
86
- bt all
87
- quit
88
- EOF
89
- # ./XEngine_StreamMediaApp -t
+ lldb --batch -o "run" -o "bt all" -- ./XEngine_StreamMediaApp -t
+ #./XEngine_StreamMediaApp -t
90
91
- name: Upload folder as artifact with mac x64
92
if: matrix.os == 'macos-13'
0 commit comments