We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ee792 commit 123991aCopy full SHA for 123991a
1 file changed
.github/workflows/check-bioc.yml
@@ -45,6 +45,7 @@ jobs:
45
runs-on: ${{ matrix.config.os }}
46
name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}) (Bioc ${{ matrix.config.bioc }})
47
container: ${{ matrix.config.cont }}
48
+ options: --user root
49
## Environment variables unique to this job.
50
51
strategy:
@@ -72,8 +73,8 @@ jobs:
72
73
- name: Set R Library home on Linux
74
if: runner.os == 'Linux'
75
run: |
- ## mkdir -p /__w/_temp/Library
76
- ## echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
+ mkdir -p /__w/_temp/Library
77
+ echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
78
79
## Most of these steps are the same as the ones in
80
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
0 commit comments