We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08e561 commit ab53e30Copy full SHA for ab53e30
.github/workflows/main.yml
@@ -195,7 +195,7 @@ jobs:
195
sleep 20
196
# Print SCons logs and MacOS crash logs
197
shopt -s nullglob
198
- for logFile in buildConfig.log ~/Library/Logs/DiagnosticReports/*.crash
+ for logFile in config.log buildConfig.log ~/Library/Logs/DiagnosticReports/*.crash
199
do
200
echo $logFile
201
cat $logFile
0 commit comments