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

Commit 9ed63df

Browse files
Merge pull request #741 from lukaszstolarczuk/apply-vcpkg-patch-for-pmdk
Apply vcpkg patch for pmdk (stable 1.9)
2 parents 3f1b6d3 + dd87e0d commit 9ed63df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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)