File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <<<<<<< HEAD
2- name : Windows RTools 4.0
3- =======
41name : Windows Rtools40
5- >>>>>>> develop
62
73on :
84 pull_request :
3127 - uses : actions/setup-python@v2
3228 with :
3329 python-version : ' 2.x'
34- <<<<<<< HEAD
35- - uses : r-lib/actions/setup-r@v1
36- with :
37- r-version : ' release'
38- - name : Set path for RTools 4.0
39- if : runner.os == 'Windows'
40- run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
41- - name : Print g++ & make version and path
42- shell : powershell
43- =======
4430 - uses : r-lib/actions/setup-r@v2
4531 with :
4632 r-version : 4.1.3
5036 run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
5137 - name : Install mingw32-make and check toolchain path
5238 if : runner.os == 'Windows'
53- >>>>>>> develop
5439 run : |
5540 pacman -Syu mingw-w64-x86_64-make --noconfirm
5641 g++ --version
8974 - uses : actions/setup-python@v2
9075 with :
9176 python-version : ' 2.x'
92- <<<<<<< HEAD
93- - uses : r-lib/actions/setup-r@v1
94- with :
95- r-version : ' release'
96- - name : Set path for RTools 4.0
97- if : runner.os == 'Windows'
98- run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
99- - name : Print g++ & make version and path
100- shell : powershell
101- =======
10277 - uses : r-lib/actions/setup-r@v2
10378 with :
10479 r-version : 4.1.3
10883 run : echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
10984 - name : Install mingw32-make and check toolchain path
11085 if : runner.os == 'Windows'
111- >>>>>>> develop
11286 run : |
11387 pacman -Syu mingw-w64-x86_64-make --noconfirm
11488 g++ --version
You can’t perform that action at this time.
0 commit comments