[CI] Fix dubious ownership error

This commit is contained in:
jgromes 2023-01-29 18:23:46 +01:00
parent 929b7d7179
commit 0c2d40fda7

View file

@ -17,6 +17,10 @@ jobs:
- name: Checkout repository
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
uses: coleaeason/actions-uncrustify@v1
with: