Skip to content

Commit 123991a

Browse files
committed
Update github action
1 parent 63ee792 commit 123991a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.config.os }}
4646
name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}) (Bioc ${{ matrix.config.bioc }})
4747
container: ${{ matrix.config.cont }}
48+
options: --user root
4849
## Environment variables unique to this job.
4950

5051
strategy:
@@ -72,8 +73,8 @@ jobs:
7273
- name: Set R Library home on Linux
7374
if: runner.os == 'Linux'
7475
run: |
75-
## mkdir -p /__w/_temp/Library
76-
## echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
76+
mkdir -p /__w/_temp/Library
77+
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
7778
7879
## Most of these steps are the same as the ones in
7980
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml

0 commit comments

Comments
 (0)