Added -R.
This commit is contained in:
parent
df5bfc199c
commit
81e5b31102
1 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Grant All Perms on /usr/local/etc/roswell
|
- name: Grant All Perms on /usr/local/etc/roswell
|
||||||
# This makes cache restoration possible
|
# This makes cache restoration possible
|
||||||
run: sudo mkdir /usr/local/etc/roswell && sudo chmod a+rwx /usr/local/etc/roswell
|
run: sudo mkdir /usr/local/etc/roswell && sudo chmod -R a+rwx /usr/local/etc/roswell
|
||||||
- name: Cache Roswell Setup
|
- name: Cache Roswell Setup
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Reference in a new issue