Skip to content

Commit 65cc78f

Browse files
committed
v1.14-0
2 parents 559fd3d + 6925a10 commit 65cc78f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ant.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ jobs:
2626
- if: matrix.os == 'macos-latest'
2727
run: |
2828
ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5
29+
<<<<<<< HEAD
2930
echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH - uses: r-lib/actions/setup-pandoc@v1
31+
=======
32+
echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH
33+
- uses: r-lib/actions/setup-pandoc@v1
34+
>>>>>>> 6925a10cbbdf016f1ac8b09b2acb8d19f301ef86
3035
- run: |
3136
WD=$PWD
3237
cd ..

0 commit comments

Comments
 (0)