Skip to content

Commit bef34be

Browse files
committed
ga: updated miniconda permissions
1 parent bdb2fc6 commit bef34be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: "[macOS] grant miniconda user rights"
105105
if: runner.os == 'macOS'
106-
run: sudo chown -R 501:20 /usr/local/miniconda/pkgs/cache/
106+
run: sudo chown -R 501:20 /usr/local/miniconda/
107107

108108
- name: Check
109109
env:

0 commit comments

Comments
 (0)