File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
if : runner.os == 'Windows'
46
46
with :
47
47
r-version : ' release'
48
- rtools-version : ' 44 '
48
+ rtools-version : ' 45 '
49
49
50
- - name : Set path for Rtools44
50
+ - name : Set path for Rtools45
51
51
if : runner.os == 'Windows'
52
- run : echo "C:/rtools44 /usr/bin;C:/rtools44 /x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
52
+ run : echo "C:/rtools45 /usr/bin;C:/rtools45 /x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
53
53
54
54
- name : Build Math libs
55
55
shell : pwsh
@@ -93,11 +93,11 @@ jobs:
93
93
if : runner.os == 'Windows'
94
94
with :
95
95
r-version : ' release'
96
- rtools-version : ' 44 '
96
+ rtools-version : ' 45 '
97
97
98
- - name : Set path for Rtools44
98
+ - name : Set path for Rtools45
99
99
if : runner.os == 'Windows'
100
- run : echo "C:/rtools44 /usr/bin;C:/rtools44 /x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
100
+ run : echo "C:/rtools45 /usr/bin;C:/rtools45 /x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
101
101
102
102
- name : Build Math libs
103
103
shell : pwsh
You can’t perform that action at this time.
0 commit comments