We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fe429 commit c6c2024Copy full SHA for c6c2024
.github/workflows/ant.yml
@@ -26,7 +26,7 @@ jobs:
26
- if: matrix.os == 'macos-latest'
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/R" >> $GITHUB_PATH
+ echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH
30
- uses: r-lib/actions/setup-pandoc@v1
31
- run: |
32
WD=$PWD
0 commit comments