Skip to content

Commit 24a6d84

Browse files
committed
Update github action
1 parent 0f51649 commit 24a6d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set R Library home on Linux
7373
if: runner.os == 'Linux'
7474
run: |
75-
mkdir /__w/_temp/Library
75+
mkdir -p /__w/_temp/Library
7676
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
7777
7878
## Most of these steps are the same as the ones in

0 commit comments

Comments
 (0)