Skip to content

Commit b73a09a

Browse files
committed
coverage: add git safe.directory for linux builds
1 parent 4cea0a1 commit b73a09a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
with:
6868
fetch-depth: 0
6969

70+
- name: Mark workspace as safe for git
71+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
72+
7073
- name: Install dependencies
7174
uses: ./.github/actions/install_unix_deps
7275
continue-on-error: false

0 commit comments

Comments
 (0)