We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146174b commit e85cf55Copy full SHA for e85cf55
.github/workflows/check-bioc.yml
@@ -86,13 +86,12 @@ jobs:
86
if: runner.os != 'Linux'
87
uses: r-lib/actions/setup-pandoc@v2
88
89
- ## Create the path that will be used for caching packages
+ ## Create the path that will be used for caching packages on Linux
90
- name: Create R_LIBS_USER on Linux
91
if: runner.os == 'Linux'
92
run: |
93
R_LIBS_USER=/__w/_temp/Library
94
echo "R_LIBS_USER=$R_LIBS_USER" >> "$GITHUB_ENV"
95
- echo "Creating $R_LIBS_USER"
96
mkdir -p $R_LIBS_USER
97
98
## Use cached R packages
0 commit comments