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:
4545 if : runner.os == 'Windows'
4646 with :
4747 r-version : ' release'
48- rtools-version : ' 44 '
48+ rtools-version : ' 45 '
4949
50- - name : Set path for Rtools44
50+ - name : Set path for Rtools45
5151 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
5353
5454 - name : Build Math libs
5555 shell : pwsh
@@ -93,11 +93,11 @@ jobs:
9393 if : runner.os == 'Windows'
9494 with :
9595 r-version : ' release'
96- rtools-version : ' 44 '
96+ rtools-version : ' 45 '
9797
98- - name : Set path for Rtools44
98+ - name : Set path for Rtools45
9999 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
101101
102102 - name : Build Math libs
103103 shell : pwsh
You can’t perform that action at this time.
0 commit comments