Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit dd87e0d

Browse files
use old vcpkg for pmdk build to work properly
It's a workaround, until vcpkg issue is fixed: microsoft/vcpkg#11096
1 parent 3f1b6d3 commit dd87e0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/gha.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
- name: Clone the git repo
8888
uses: actions/checkout@v1
8989

90+
- name: Use old vcpkg for pmdk to build properly
91+
working-directory: C:/vcpkg
92+
run: |
93+
git fetch --unshallow --tags
94+
git checkout 6709d3d7d0cba96508ba3606f810ab562ea32556
95+
9096
- name: Install PMDK
9197
run: |
9298
vcpkg install pmdk:x64-windows

0 commit comments

Comments
 (0)