We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6a81d4 + 32cd0ee commit 896f1efCopy full SHA for 896f1ef
.github/workflows/vcpkg_test.yml
@@ -329,6 +329,7 @@ jobs:
329
- name: Set up vcpkg
330
run: |
331
git clone https://github.com/microsoft/vcpkg.git
332
+ git -C vcpkg checkout 43f6bb399bae64df9b937e377e3a8aae8cd7a15f
333
./vcpkg/bootstrap-vcpkg.sh
334
335
- name: Prepare build
osx/bootstrap_vcpkg_cmake.sh
@@ -18,4 +18,5 @@ if [ ! -d $VCPKG_ROOT ]; then
18
fi
19
20
git -C $VCPKG_ROOT pull
21
+git -C $VCPKG_ROOT checkout 43f6bb399bae64df9b937e377e3a8aae8cd7a15f
22
$VCPKG_ROOT/bootstrap-vcpkg.sh
0 commit comments