Skip to content

Commit f7e4597

Browse files
jwnrtluismarques
authored andcommitted
Work around git dubious ownership
Signed-off-by: James Wainwright <[email protected]>
1 parent d278bf7 commit f7e4597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/toolchain_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
env:
112112
GH_TOKEN: ${{ github.token }}
113113
run: |
114+
# Git warns about this repo having dubious ownership - ignore.
115+
git config --global --add safe.directory /__w/lowrisc-toolchains/lowrisc-toolchains
116+
114117
# Create the release if it doesn't already exist.
115118
gh release create "$RELEASE_TAG" --prerelease || echo "release exists"
116119
# Upload this job's artifacts.

0 commit comments

Comments
 (0)