Skip to content

Commit 878122c

Browse files
committed
MAINT: Update rtools installation
The choco option `--side-by-side` has been deprecated, use `--allow-downgrade` instead.
1 parent a5f33ab commit 878122c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
# We need rtools 4.0 to have 32 bit support on windows
112112
- if: runner.os == 'windows'
113-
uses: r-windows/install-rtools@13886bb4048f1b862d33869a18b73cdd446a3961 # main
113+
uses: r-windows/install-rtools@ca1090c210479e995c03019a22b9798cdf57073a # main
114114

115115
- name: setup rtools for 32-bit
116116
run: |

azure-steps-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333

3434
- powershell: |
3535
# rtools 42+ does not support 32 bits builds.
36-
choco install --confirm --no-progress --side-by-side rtools --version=4.0.0.20220206
36+
choco install --confirm --no-progress --allow-downgrade rtools --version=4.0.0.20220206
3737
echo "##vso[task.setvariable variable=RTOOLS40_HOME]c:\rtools40"
3838
displayName: 'Install rtools'
3939

0 commit comments

Comments
 (0)