Skip to content

Commit c22ffc4

Browse files
committed
Display C compiler version in logs
1 parent 1d7c89e commit c22ffc4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build-wheel.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ jobs:
106106
run: |
107107
env
108108
109+
- name: Display compiler version
110+
if: ${{ !startsWith(inputs.host-platform, 'win') }}
111+
run: |
112+
cc --version
113+
114+
- name: Display compiler version
115+
if: ${{ startsWith(inputs.host-platform, 'win') }}
116+
run: |
117+
cl.exe
118+
109119
- name: Install twine
110120
run: |
111121
pip install twine

0 commit comments

Comments
 (0)