From 570e890e39e989613d56cf1f87dae5cdcdc51901 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Mon, 28 Mar 2022 16:05:19 +0200 Subject: [PATCH] use vc from vcpkg --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3e35e2f37..ffbcf95331 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -266,8 +266,7 @@ jobs: Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=$env:BOOST_ROOT" - name: vcpkg install dependencies run: | - vcpkg install catch2 fmt tinyobjloader - vcpkg install vc --head # MSVC patch is not released yet + vcpkg install catch2 fmt vc tinyobjloader - name: install alpaka run: | git clone https://github.com/alpaka-group/alpaka.git