File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments