Skip to content

Commit

Permalink
Display processor of runner used for MinGW CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Aug 1, 2024
1 parent 93d3bed commit 0e0354e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
msystem: [MINGW64]

steps:
- name: get CPU name
shell: pwsh
run : |
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
- name: checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 0e0354e

Please sign in to comment.