Skip to content

Commit

Permalink
CI: also set CC/CXX when pip installing with mingw+clang
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lazka committed Jul 4, 2024
1 parent 4e6d97d commit 4a3406b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ jobs:
git
- name: Install Dependencies
shell: msys2 {0}
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
run: |
export VIRTUALENV_NO_SETUPTOOLS=1
Expand Down

0 comments on commit 4a3406b

Please sign in to comment.