[CI] Fix dubious ownership error

pull/678/head
jgromes 2023-01-29 18:23:46 +01:00
rodzic 929b7d7179
commit 0c2d40fda7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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: