There was an error while loading. Please reload this page.
1 parent 463d672 commit 984e91bCopy full SHA for 984e91b
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,13 @@ jobs:
27
- name: Checkout source code
28
uses: actions/checkout@v4
29
30
+ - name: Enable Windows long paths
31
+ if: runner.os == 'Windows'
32
+ shell: bash
33
+ run: |
34
+ git config --global core.longpaths true
35
+ echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> "$GITHUB_ENV"
36
+
37
- name: Extract project version
38
shell: bash
39
run: |
0 commit comments