From 1655bb1bc7ebfa7e28b9757670825bf1e78c7639 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 14 Feb 2024 00:44:53 +0400 Subject: [PATCH] Fixed vcpkg baseline hash (#22820) ### Details: - *item1* - *...* ### Tickets: - *ticket-id* --- .github/workflows/android_arm64.yml | 2 ++ vcpkg.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_arm64.yml b/.github/workflows/android_arm64.yml index 6e60051cd0c..3f3ab41662f 100644 --- a/.github/workflows/android_arm64.yml +++ b/.github/workflows/android_arm64.yml @@ -94,6 +94,8 @@ jobs: uses: actions/checkout@v4 with: repository: 'microsoft/vcpkg' + # Keep in sync with /vcpkg.json + ref: '7ba0ba7334c3346e7eee1e049ba85da193a8d821' path: 'vcpkg' fetch-depth: '0' diff --git a/vcpkg.json b/vcpkg.json index 67fded180ec..5858130d26e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "openvino", - "version": "2023.2.0", + "version": "2024.0.0", "maintainers": "OpenVINO Developers ", "summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference", "description": [ @@ -14,7 +14,7 @@ "homepage": "https://github.com/openvinotoolkit/openvino", "documentation": "https://docs.openvino.ai/latest/index.html", "license": "Apache-2.0", - "builtin-baseline": "db0473513e5dc73ec6b6f431ff05d2f398eea042", + "builtin-baseline": "7ba0ba7334c3346e7eee1e049ba85da193a8d821", "dependencies": [ "ade", {