Skip to content

Commit b408fab

Browse files
authored
Add lscpu to the debug logging
1 parent b06102b commit b408fab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/yml-build-mesa-host.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
echo ""
132132
echo "inputs.debug: ${{ inputs.debug }}"
133133
echo "inputs.ephemeral: ${{ inputs.ephemeral }}"
134+
echo ""
135+
echo "lscpu:"
136+
lscpu
134137
135138
- name: Build LE in docker container
136139
run: |

0 commit comments

Comments
 (0)