From 278be2dfd32f4827e03c9232da9f0654bb99c09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Tue, 16 Jun 2020 13:37:00 +0200 Subject: [PATCH] get rid of old WA for vcpkg and use latest release instead --- .github/workflows/gha.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/gha.yml b/.github/workflows/gha.yml index 224215edc9..397af12252 100644 --- a/.github/workflows/gha.yml +++ b/.github/workflows/gha.yml @@ -91,12 +91,6 @@ jobs: with: fetch-depth: 50 - - name: Use old vcpkg for pmdk to build properly - working-directory: C:/vcpkg - run: | - git fetch --unshallow --tags - git checkout 6709d3d7d0cba96508ba3606f810ab562ea32556 - - name: Install PMDK run: | vcpkg install pmdk:x64-windows