ci: github: add ownership workaround

This commit is contained in:
Nuno Marques
2024-05-16 14:02:30 +01:00
parent 2eeb358d3c
commit 0f4154005a
14 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
with:
token: ${{secrets.ACCESS_TOKEN}}
- name: ownership workaround
run: git config --system --add safe.directory '*'
run: git config --global --add safe.directory '*'
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: cmake -P {0}