Skip to content

Commit 565dd45

Browse files
committed
v1.14-0
1 parent 0ef95c2 commit 565dd45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ant.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
with:
2525
r-version: 3.6
2626
- if: matrix.os == 'macos-latest'
27-
run: ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5
27+
run: |
28+
ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5
29+
echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH
2830
- uses: r-lib/actions/setup-pandoc@v1
2931
- run: |
3032
WD=$PWD

0 commit comments

Comments
 (0)