Skip to content

Commit 92b91f4

Browse files
committed
1
1 parent 9823c11 commit 92b91f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
if: runner.os == 'Windows'
117117
run: echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
118118

119+
- name: Check Clang Version
120+
run: clang --version
121+
119122
- name: Build wheels
120123
run: |
121124
python3 -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)