Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2aaecb7

Browse filesBrowse files
committed
MAINT, BLD: Install rtools 4.0 for Windows wheels.
rtools 4.0 is no longer installed by default for GitHub actions and versions greater than 4.1 do not support 32 bits, so explicitly include the 4.0 version. Closes #23675
1 parent 14cf397 commit 2aaecb7
Copy full SHA for 2aaecb7

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎.github/workflows/wheels.yml

Copy file name to clipboardExpand all lines: .github/workflows/wheels.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,14 @@ jobs:
108108
with:
109109
python-version: "3.x"
110110

111+
# We need rtools 4.0 to have 32 bit support on windows
112+
- if: runner.os == 'windows'
113+
uses: r-windows/install-rtools@13886bb4048f1b862d33869a18b73cdd446a3961 # main
114+
111115
- name: setup rtools for 32-bit
112116
run: |
113117
echo "PLAT=i686" >> $env:GITHUB_ENV
114-
echo "MSYSTEM=MINGW32" >> $env:GITHUB_ENV
115-
echo "PATH=$env:RTOOLS40_HOME\mingw32\bin;$env:PATH" >> $env:GITHUB_ENV
118+
echo "PATH=c:\rtools40\mingw32\bin;$env:PATH" >> $env:GITHUB_ENV
116119
gfortran --version
117120
if: ${{ matrix.buildplat[1] == 'win32' }}
118121

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.