We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cbdf2 commit dc35782Copy full SHA for dc35782
1 file changed
.github/workflows/build-wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Windows - Set up pkg-config and CMake
39
if: runner.os == 'windows'
40
- # shell: bash
+ shell: bash
41
run: |
42
choco install cmake --version=3.31.5 --allow-downgrade -y --no-progress
43
choco install -y --no-progress --stoponfirstfailure pkgconfiglite
0 commit comments