Skip to content

Commit

Permalink
Use pre-installed vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 26, 2025
1 parent 844e710 commit e7c4a9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Install vcpkg
shell: bash
run: |
ci/scripts/install_vcpkg.sh "${VCPKG_ROOT}"
- name: Install meson
run: |
python -m pip install meson
Expand Down
3 changes: 0 additions & 3 deletions cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@
"zlib",
"zstd"
],
"overrides": [
{ "name": "gtest", "version": "1.10.0", "port-version": 4 }
],
"builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836"
}

0 comments on commit e7c4a9d

Please sign in to comment.