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.
print-cpu-info
1 parent c1137c7 commit 12408cfCopy full SHA for 12408cf
.github/actions/print-cpu-info/action.yml
@@ -12,5 +12,7 @@ runs:
12
shell: sh
13
14
- if: ${{ runner.os == 'Windows' }}
15
+ # TODO: wmic is no longer available by default on Windows, it seems. We should replace it.
16
+ if: ${{ false }}
17
run: wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
18
shell: cmd
0 commit comments