We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d278bf7 commit f7e4597Copy full SHA for f7e4597
.github/workflows/toolchain_build.yml
@@ -111,6 +111,9 @@ jobs:
111
env:
112
GH_TOKEN: ${{ github.token }}
113
run: |
114
+ # Git warns about this repo having dubious ownership - ignore.
115
+ git config --global --add safe.directory /__w/lowrisc-toolchains/lowrisc-toolchains
116
+
117
# Create the release if it doesn't already exist.
118
gh release create "$RELEASE_TAG" --prerelease || echo "release exists"
119
# Upload this job's artifacts.
0 commit comments