File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 36
36
- run : choco install -y --stoponfirstfailure --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
37
37
if : ${{ matrix.os == 'windows-2019' }}
38
38
39
+ # We have to set this here rather than in the cibuildwheel config
40
+ - run : echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV
41
+ if : ${{ matrix.os == 'windows-2019' }}
42
+
39
43
- name : Build wheels
40
44
41
45
env :
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig"
39
39
40
40
[tool .cibuildwheel .windows .environment ]
41
41
# Setting PKG_CONFIG_PATH here breaks pkgconfig for some reason...
42
- PKG_CONFIG_PATH = " $(pwd)/.local/lib/pkgconfig:$PKG_CONFIG_PATH"
42
+ # We set it in the CI workflow instead.
43
+ # PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig:$PKG_CONFIG_PATH"
43
44
44
45
[tool .cibuildwheel .linux ]
45
46
before-all = " bin/cibw_before_all_linux.sh"
You can’t perform that action at this time.
0 commit comments