Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update VcPkg to fix issue when installing Zlib #4677

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/build_windows_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Windows / C++ - CMake only

on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- '*'
# push:
# branches:
# - master
# - 'releases/**'
# pull_request:
# branches:
# - '*'
workflow_dispatch

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
runs-on: windows-2019
env:
VCPKG_ROOT: ${{ github.workspace }}\\vcpkg
VCPKG_REF: 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1
VCPKG_REF: 2023.12.12
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}\vcpkg_binary_cache
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ packages-microsoft-prod.deb
reinforcement_learning/unit_test/rlclient-test.out
cs/azure_service/azure_service.ccproj.user

vcpkg_installed/

build
dist/
*.model
Expand Down
2 changes: 1 addition & 1 deletion ext_libs/vcpkg
Submodule vcpkg updated 5658 files
Loading