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 385f98e commit 16128eeCopy full SHA for 16128ee
.github/workflows/toolchain_build.yml
@@ -69,6 +69,9 @@ jobs:
69
echo Creating artifact staging directory...
70
mkdir "$ARTIFACT_STAGING_DIR"
71
72
+ # Git warns about this repo having dubious ownership - ignore.
73
+ git config --global --add safe.directory "$(pwd)"
74
+
75
- name: Build Binutils
76
run: |
77
./build-binutils.sh \
@@ -110,9 +113,6 @@ jobs:
110
113
env:
111
114
GH_TOKEN: ${{ github.token }}
112
115
- # Git warns about this repo having dubious ownership - ignore.
- git config --global --add safe.directory /__w/lowrisc-toolchains/lowrisc-toolchains
-
116
# Create the release if it doesn't already exist.
117
gh release create "$RELEASE_TAG" --prerelease || echo "release exists"
118
# Upload this job's artifacts.
0 commit comments