Skip to content

Commit 72ec431

Browse files
authored
Merge pull request #3173 from stan-dev/rtools45-ci
Update windows CI to use rtools45
2 parents 36d4a73 + fc77068 commit 72ec431

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)