🌐 AI搜索 & 代理 主页
Skip to content

Commit 72e892a

Browse files
authored
Remove cargo vcpkg from windows build (#6404)
1 parent a477835 commit 72e892a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,14 @@ jobs:
122122
components: clippy
123123
- uses: Swatinem/rust-cache@v2
124124

125-
- name: Set up the Windows environment
126-
shell: bash
127-
run: |
128-
git config --system core.longpaths true
129-
cargo install --target-dir=target -v cargo-vcpkg
130-
cargo vcpkg -v build
131-
if: runner.os == 'Windows'
125+
# Only for OpenSSL builds
126+
# - name: Set up the Windows environment
127+
# shell: bash
128+
# run: |
129+
# git config --system core.longpaths true
130+
# cargo install --target-dir=target -v cargo-vcpkg
131+
# cargo vcpkg -v build
132+
# if: runner.os == 'Windows'
132133
- name: Set up the Mac environment
133134
run: brew install autoconf automake libtool
134135
if: runner.os == 'macOS'
@@ -248,13 +249,14 @@ jobs:
248249
- uses: actions/setup-python@v6.1.0
249250
with:
250251
python-version: ${{ env.PYTHON_VERSION }}
251-
- name: Set up the Windows environment
252-
shell: bash
253-
run: |
254-
git config --system core.longpaths true
255-
cargo install cargo-vcpkg
256-
cargo vcpkg build
257-
if: runner.os == 'Windows'
252+
# Only for OpenSSL builds
253+
# - name: Set up the Windows environment
254+
# shell: bash
255+
# run: |
256+
# git config --system core.longpaths true
257+
# cargo install cargo-vcpkg
258+
# cargo vcpkg build
259+
# if: runner.os == 'Windows'
258260
- name: Set up the Mac environment
259261
run: brew install autoconf automake libtool openssl@3
260262
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)