Chown on whole /usr/local
This commit is contained in:
parent
083aa5ec73
commit
d529a19ef4
1 changed files with 1 additions and 1 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 -p /usr/local/etc/roswell && sudo chown "${USER}" /usr/local/etc/roswell
|
run: sudo chown -R "${USER}" /usr/local
|
||||||
# - name: Get Current Month
|
# - name: Get Current Month
|
||||||
# id: current-month
|
# id: current-month
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue