10000 Try fix windows long paths error · RustPython/RustPython@3181089 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3181089

Browse files
committed
Try fix windows long paths error
1 parent 950a8d5 commit 3181089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
- name: Set up the Windows environment
133133
shell: bash
134134
run: |
135+
CARGO_HOME="\\\\?\\Users\\runneradmin\\.cargo" cargo fetch
135136
cargo install --target-dir=target -v cargo-vcpkg
136137
cargo vcpkg -v build
137138
if: runner.os == 'Windows'
@@ -255,6 +256,7 @@ jobs:
255256
- name: Set up the Windows environment
256257
shell: bash
257258
run: |
259+
CARGO_HOME="\\\\?\\Users\\runneradmin\\.cargo" cargo fetch
258260
cargo install cargo-vcpkg
259261
cargo vcpkg build
260262
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)
0