Skip to content

Commit

Permalink
BLD: Try disables mingw32
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed Jan 9, 2023
1 parent ae0476a commit b4b50d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: setup rtools for 32-bit
run: |
echo "PLAT=i686" >> $env:GITHUB_ENV
echo "MSYSTEM=MINGW32" >> $env:GITHUB_ENV
#echo "MSYSTEM=MINGW32" >> $env:GITHUB_ENV
echo "PATH=$env:RTOOLS40_HOME\mingw32\bin;$env:PATH" >> $env:GITHUB_ENV
gfortran --version
if: ${{ matrix.buildplat[1] == 'win32' }}
Expand Down

0 comments on commit b4b50d0

Please sign in to comment.