Github Actions: add workaround for dubious ownership errors

until I figure out what a better solution
would look like.
See
https://github.com/actions/runner/issues/2033
This commit is contained in:
Matthias Grob
2023-06-27 15:55:43 +02:00
parent e5503480e3
commit a6d2c2cf5e
+2 -1
View File
@@ -24,7 +24,8 @@ jobs:
- uses: actions/checkout@v1
with:
token: ${{secrets.ACCESS_TOKEN}}
- name: ownership workaround
run: git config --system --add safe.directory '*'
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: cmake -P {0}