Skip to content

Commit 948368f

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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+
git config --system core.longpaths true
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+
git config --system core.longpaths true
258260
cargo install cargo-vcpkg
259261
cargo vcpkg build
260262
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)