diff --git a/.github/workflows/compile_linux.yml b/.github/workflows/compile_linux.yml index 11877fcb5fe..ac0c944c450 100644 --- a/.github/workflows/compile_linux.yml +++ b/.github/workflows/compile_linux.yml @@ -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}