1 parent 0f51649 commit 24a6d84Copy full SHA for 24a6d84
1 file changed
.github/workflows/check-bioc.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Set R Library home on Linux
73
if: runner.os == 'Linux'
74
run: |
75
- mkdir /__w/_temp/Library
+ mkdir -p /__w/_temp/Library
76
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
77
78
## Most of these steps are the same as the ones in
0 commit comments