Skip to content

Commit

Permalink
Work around git dubious ownership
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt authored and luismarques committed Feb 6, 2024
1 parent d278bf7 commit f7e4597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/toolchain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
# Git warns about this repo having dubious ownership - ignore.
git config --global --add safe.directory /__w/lowrisc-toolchains/lowrisc-toolchains
# Create the release if it doesn't already exist.
gh release create "$RELEASE_TAG" --prerelease || echo "release exists"
# Upload this job's artifacts.
Expand Down

0 comments on commit f7e4597

Please sign in to comment.