Skip to content

Commit

Permalink
Add back safe.directory step
Browse files Browse the repository at this point in the history
As anticipated, it is still needed.
  • Loading branch information
EliahKagan committed Feb 15, 2024
1 parent 5de954a commit ab37ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/alpine-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
fetch-depth: 0

- name: Special configuration for Alpine Linux git
run: |
git config --global --add safe.directory "$(pwd)"
- name: Prepare this repo for tests
run: |
./init-tests-after-clone.sh
Expand Down

0 comments on commit ab37ae7

Please sign in to comment.