Skip to content

Commit c6c2024

Browse files
authored
Update ant.yml
1 parent 93fe429 commit c6c2024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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-
echo "/Library/Frameworks/R.framework/Resources/bin/R" >> $GITHUB_PATH
29+
echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH
3030
- uses: r-lib/actions/setup-pandoc@v1
3131
- run: |
3232
WD=$PWD

0 commit comments

Comments
 (0)