|
1 | | -name: Windows Rtools40 |
| 1 | +name: Windows Rtools44 |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | pull_request: |
@@ -30,16 +30,16 @@ jobs: |
30 | 30 | python-version: '3.x' |
31 | 31 | - uses: r-lib/actions/setup-r@v2 |
32 | 32 | with: |
33 | | - r-version: 4.1.3 |
| 33 | + r-version: 'release' |
| 34 | + rtools-version: '44' |
34 | 35 |
|
35 | | - - name: Set path for Rtools40 |
| 36 | + - name: Set path for Rtools44 |
36 | 37 | if: runner.os == 'Windows' |
37 | | - run: echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
| 38 | + run: echo "C:/rtools44/usr/bin;C:/rtools44/x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
38 | 39 |
|
39 | 40 | - name: Build Math libs |
40 | 41 | shell: powershell |
41 | 42 | run: | |
42 | | - Add-Content make\local "O=1`n" |
43 | 43 | make -f make/standalone math-libs -j2 |
44 | 44 | - name: Add TBB to PATH |
45 | 45 | shell: powershell |
@@ -71,16 +71,16 @@ jobs: |
71 | 71 | python-version: '3.x' |
72 | 72 | - uses: r-lib/actions/setup-r@v2 |
73 | 73 | with: |
74 | | - r-version: 4.1.3 |
| 74 | + r-version: 'release' |
| 75 | + rtools-version: '44' |
75 | 76 |
|
76 | | - - name: Set path for Rtools40 |
| 77 | + - name: Set path for Rtools44 |
77 | 78 | if: runner.os == 'Windows' |
78 | | - run: echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
| 79 | + run: echo "C:/rtools44/usr/bin;C:/rtools44/x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
79 | 80 |
|
80 | 81 | - name: Build Math libs |
81 | 82 | shell: powershell |
82 | 83 | run: | |
83 | | - Add-Content make\local "O=1`n" |
84 | 84 | make -f make/standalone math-libs -j2 |
85 | 85 | - name: Add TBB to PATH |
86 | 86 | shell: powershell |
@@ -116,16 +116,16 @@ jobs: |
116 | 116 | python-version: '3.x' |
117 | 117 | - uses: r-lib/actions/setup-r@v2 |
118 | 118 | with: |
119 | | - r-version: 4.1.3 |
| 119 | + r-version: 'release' |
| 120 | + rtools-version: '44' |
120 | 121 |
|
121 | | - - name: Set path for Rtools40 |
| 122 | + - name: Set path for Rtools44 |
122 | 123 | if: runner.os == 'Windows' |
123 | | - run: echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
| 124 | + run: echo "C:/rtools44/usr/bin;C:/rtools44/x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
124 | 125 |
|
125 | 126 | - name: Build Math libs |
126 | 127 | shell: powershell |
127 | 128 | run: | |
128 | | - Add-Content make\local "O=1`n" |
129 | 129 | make -f make/standalone math-libs -j2 |
130 | 130 | - name: Add TBB to PATH |
131 | 131 | shell: powershell |
@@ -156,11 +156,12 @@ jobs: |
156 | 156 | python-version: '3.x' |
157 | 157 | - uses: r-lib/actions/setup-r@v2 |
158 | 158 | with: |
159 | | - r-version: 4.1.3 |
| 159 | + r-version: 'release' |
| 160 | + rtools-version: '44' |
160 | 161 |
|
161 | | - - name: Set path for Rtools40 |
| 162 | + - name: Set path for Rtools44 |
162 | 163 | if: runner.os == 'Windows' |
163 | | - run: echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
| 164 | + run: echo "C:/rtools44/usr/bin;C:/rtools44/x86_64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 |
164 | 165 |
|
165 | 166 | - name: Build Math libs |
166 | 167 | shell: powershell |
|
0 commit comments