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