Skip to content

Commit

Permalink
Merge pull request #23994 from charris/update-rtools-install
Browse files Browse the repository at this point in the history
MAINT: Update rtools installation
  • Loading branch information
seberg committed Jun 20, 2023
2 parents a5f33ab + 878122c commit 2d27747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

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

- name: setup rtools for 32-bit
run: |
Expand Down
2 changes: 1 addition & 1 deletion azure-steps-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:

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

Expand Down

0 comments on commit 2d27747

Please sign in to comment.