Skip to content

Commit 5e84b7e

Browse files
committed
Fix workflow merge conflicts
1 parent 72b1fd5 commit 5e84b7e

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<<<<<<< HEAD
2-
name: Windows RTools 4.0
3-
=======
41
name: Windows Rtools40
5-
>>>>>>> develop
62

73
on:
84
pull_request:
@@ -31,16 +27,6 @@ jobs:
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
@@ -50,7 +36,6 @@ jobs:
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
@@ -89,16 +74,6 @@ jobs:
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
@@ -108,7 +83,6 @@ jobs:
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

0 commit comments

Comments
 (0)