Skip to content

Commit 12408cf

Browse files
committed
Disable print-cpu-info on Windows
1 parent c1137c7 commit 12408cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/print-cpu-info/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ runs:
1212
shell: sh
1313

1414
- if: ${{ runner.os == 'Windows' }}
15+
# TODO: wmic is no longer available by default on Windows, it seems. We should replace it.
16+
if: ${{ false }}
1517
run: wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
1618
shell: cmd

0 commit comments

Comments
 (0)