Skip to content

Commit

Permalink
Github Actions: add workaround for dubious ownership errors
Browse files Browse the repository at this point in the history
until I figure out what a better solution
would look like.
See
actions/runner#2033
  • Loading branch information
MaEtUgR committed Jun 27, 2023
1 parent 2320668 commit 3dad0ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3dad0ab

Please sign in to comment.