Skip to content

Commit cd2c61f

Browse files
authored
Merge pull request #3 from heitbaum/lscpu
Add lscpu to the debug logging
2 parents 1bbe127 + b408fab commit cd2c61f

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)