File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3636 - run : choco install -y --stoponfirstfailure --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
3737 if : ${{ matrix.os == 'windows-2019' }}
3838
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+
3943 - name : Build wheels
40444145 env :
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig"
3939
4040[tool .cibuildwheel .windows .environment ]
4141# 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"
4344
4445[tool .cibuildwheel .linux ]
4546before-all = " bin/cibw_before_all_linux.sh"
You can’t perform that action at this time.
0 commit comments