We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57a489 commit e730703Copy full SHA for e730703
.github/workflows/windows.yaml
@@ -106,6 +106,7 @@ jobs:
106
CARGO_NET_GIT_FETCH_WITH_CLI: true
107
run: |
108
git config --global credential.helper store
109
+ git config --system core.longpaths true
110
echo "https://${{ secrets.ADMIN_GITHUB_TOKEN }}:x-oauth-basic@github.com" > ~/.git-credentials
111
git config --global url."https://${{ secrets.ADMIN_GITHUB_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
112
0 commit comments