Skip to content

Commit d163921

Browse files
committed
build: mark repo as safe for git
Avoid the build script to fail. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 75ef834 commit d163921

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
image: ghcr.io/linux-nvme/debian.python:latest
1616
steps:
1717
- uses: actions/checkout@v5
18+
- name: Mark repo as safe for git
19+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1820
- name: build
1921
run: |
2022
scripts/build.sh coverage

0 commit comments

Comments
 (0)