Skip to content

Commit

Permalink
ci: fix "dubious ownership" error
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Jul 7, 2024
1 parent 512448e commit 13f6caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
scheme: full
run: |
apk add git make ruby
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config --system --add safe.directory '*'
make ${{ matrix.check-target }}

0 comments on commit 13f6caa

Please sign in to comment.