We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341e6c1 commit 63ee792Copy full SHA for 63ee792
1 file changed
.github/workflows/check-bioc.yml
@@ -72,10 +72,8 @@ jobs:
72
- name: Set R Library home on Linux
73
if: runner.os == 'Linux'
74
run: |
75
- mkdir -p /__w/_temp/Library
76
- echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
77
- with:
78
- options: --user root
+ ## mkdir -p /__w/_temp/Library
+ ## echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
79
80
## Most of these steps are the same as the ones in
81
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
0 commit comments