Skip to content

Commit 63ee792

Browse files
committed
Update github action
1 parent 341e6c1 commit 63ee792

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ jobs:
7272
- name: Set R Library home on Linux
7373
if: runner.os == 'Linux'
7474
run: |
75-
mkdir -p /__w/_temp/Library
76-
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
77-
with:
78-
options: --user root
75+
## mkdir -p /__w/_temp/Library
76+
## echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
7977

8078
## Most of these steps are the same as the ones in
8179
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml

0 commit comments

Comments
 (0)