We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950a8d5 commit 948368fCopy full SHA for 948368f
1 file changed
.github/workflows/ci.yaml
@@ -132,6 +132,7 @@ jobs:
132
- name: Set up the Windows environment
133
shell: bash
134
run: |
135
+ git config --system core.longpaths true
136
cargo install --target-dir=target -v cargo-vcpkg
137
cargo vcpkg -v build
138
if: runner.os == 'Windows'
@@ -255,6 +256,7 @@ jobs:
255
256
257
258
259
260
cargo install cargo-vcpkg
261
cargo vcpkg build
262
0 commit comments