[CI] Fix dubious ownership error
This commit is contained in:
parent
929b7d7179
commit
0c2d40fda7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/uncrustify.yml
vendored
4
.github/workflows/uncrustify.yml
vendored
|
@ -17,6 +17,10 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# attempt to resolve "dubious ownership" error (https://github.com/actions/runner-images/issues/6775)
|
||||||
|
- name: Change Owner of Container Working Directory
|
||||||
|
run: chown root:root .
|
||||||
|
|
||||||
- name: Run style check
|
- name: Run style check
|
||||||
uses: coleaeason/actions-uncrustify@v1
|
uses: coleaeason/actions-uncrustify@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue