Skip to content

Commit e85cf55

Browse files
committed
Sync the check-bioc.yml files again
1 parent 146174b commit e85cf55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,12 @@ jobs:
8686
if: runner.os != 'Linux'
8787
uses: r-lib/actions/setup-pandoc@v2
8888

89-
## Create the path that will be used for caching packages
89+
## Create the path that will be used for caching packages on Linux
9090
- name: Create R_LIBS_USER on Linux
9191
if: runner.os == 'Linux'
9292
run: |
9393
R_LIBS_USER=/__w/_temp/Library
9494
echo "R_LIBS_USER=$R_LIBS_USER" >> "$GITHUB_ENV"
95-
echo "Creating $R_LIBS_USER"
9695
mkdir -p $R_LIBS_USER
9796
9897
## Use cached R packages

0 commit comments

Comments
 (0)