Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 21, 2024
1 parent 697fe40 commit 9e17b9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.12
- name: Install tox
run: python -m pip install tox
- name: Install GCC
Expand All @@ -179,10 +179,11 @@ jobs:
msystem: ucrt64
install: mingw-w64-ucrt-x86_64-cc
- name: Run
env:
DISTUTILS_TEST_DEFAULT_COMPILER: mingw32
run: |
$env:MSYS2_ROOT = msys2 -c 'cygpath -m /'
$env:PATH = "$env:MSYS2_ROOT/ucrt64/bin;$env:PATH"
$env:DISTUTILS_TEST_DEFAULT_COMPILER = "mingw32"
tox
ci_setuptools:
Expand Down

0 comments on commit 9e17b9e

Please sign in to comment.