Skip to content

Commit 4a3406b

Browse files
committed
CI: also set CC/CXX when pip installing with mingw+clang
Now that setuptools with mingw support is on pypi, this uncovered the same issue as fixed in 2317473 when pip installing MarkupSafe. Apply the same work around here too.
1 parent 4e6d97d commit 4a3406b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ jobs:
143143
git
144144
- name: Install Dependencies
145145
shell: msys2 {0}
146+
env:
147+
CC: ${{ matrix.cc }}
148+
CXX: ${{ matrix.cxx }}
146149
run: |
147150
export VIRTUALENV_NO_SETUPTOOLS=1
148151

0 commit comments

Comments
 (0)